Struct aws_sdk_appmesh::model::MeshSpec
source · #[non_exhaustive]pub struct MeshSpec { /* private fields */ }
Expand description
An object that represents the specification of a service mesh.
Implementations§
source§impl MeshSpec
impl MeshSpec
sourcepub fn egress_filter(&self) -> Option<&EgressFilter>
pub fn egress_filter(&self) -> Option<&EgressFilter>
The egress filter rules for the service mesh.
sourcepub fn service_discovery(&self) -> Option<&MeshServiceDiscovery>
pub fn service_discovery(&self) -> Option<&MeshServiceDiscovery>
An object that represents the service discovery information for a service mesh.