interface MeshSpecProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppMesh.CfnMesh.MeshSpecProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnMesh_MeshSpecProperty |
Java | software.amazon.awscdk.services.appmesh.CfnMesh.MeshSpecProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
egress | IResolvable | Egress | The egress filter rules for the service mesh. |
service | IResolvable | Mesh | An object that represents the service discovery information for a service mesh. |
egressFilter?
Type:
IResolvable
|
Egress
(optional)
The egress filter rules for the service mesh.
serviceDiscovery?
Type:
IResolvable
|
Mesh
(optional)
An object that represents the service discovery information for a service mesh.