Interface CfnMeshProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMeshProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:12.440Z") @Stability(Stable) public interface CfnMeshProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnMesh.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appmesh.*;
 CfnMeshProps cfnMeshProps = CfnMeshProps.builder()
         .meshName("meshName")
         .spec(MeshSpecProperty.builder()
                 .egressFilter(EgressFilterProperty.builder()
                         .type("type")
                         .build())
                 .serviceDiscovery(MeshServiceDiscoveryProperty.builder()
                         .ipPreference("ipPreference")
                         .build())
                 .build())
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A builder for CfnMeshProps
    static final class 
    An implementation for CfnMeshProps
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default String
    The name to use for the service mesh.
    default Object
    The service mesh specification to apply.
    default List<CfnTag>
    Optional metadata that you can apply to the service mesh to assist with categorization and organization.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson