aws-cdk-lib.aws_appmesh.CfnMesh.MeshSpecProperty

interface MeshSpecProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnMesh.MeshSpecProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnMesh_MeshSpecProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnMesh.MeshSpecProperty
Pythonaws_cdk.aws_appmesh.CfnMesh.MeshSpecProperty
TypeScript aws-cdk-lib » aws_appmesh » CfnMesh » MeshSpecProperty

An object that represents the specification of a service mesh.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appmesh as appmesh } from 'aws-cdk-lib';
const meshSpecProperty: appmesh.CfnMesh.MeshSpecProperty = {
  egressFilter: {
    type: 'type',
  },
  serviceDiscovery: {
    ipPreference: 'ipPreference',
  },
};

Properties

NameTypeDescription
egressFilter?IResolvable | EgressFilterPropertyThe egress filter rules for the service mesh.
serviceDiscovery?IResolvable | MeshServiceDiscoveryPropertyCfnMesh.MeshSpecProperty.ServiceDiscovery.

egressFilter?

Type: IResolvable | EgressFilterProperty (optional)

The egress filter rules for the service mesh.


serviceDiscovery?

Type: IResolvable | MeshServiceDiscoveryProperty (optional)

CfnMesh.MeshSpecProperty.ServiceDiscovery.