Class CfnMesh
Creates a service mesh.
Inherited Members
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMesh : CfnResource, IInspectable, ITaggable
Syntax (vb)
Public Class CfnMesh Inherits CfnResource Implements IInspectable, ITaggable
Remarks
A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh.
For more information about service meshes, see Service meshes .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html
CloudformationResource: AWS::AppMesh::Mesh
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var cfnMesh = new CfnMesh(this, "MyCfnMesh", new CfnMeshProps {
MeshName = "meshName",
Spec = new MeshSpecProperty {
EgressFilter = new EgressFilterProperty {
Type = "type"
},
ServiceDiscovery = new MeshServiceDiscoveryProperty {
IpPreference = "ipPreference"
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
CfnMesh(Construct, string, ICfnMeshProps?) | Creates a service mesh. |
Properties
AttrArn | The full Amazon Resource Name (ARN) for the mesh. |
AttrId | Creates a service mesh. |
AttrMeshName | The name of the service mesh. |
AttrMeshOwner | The IAM account ID of the service mesh owner. |
AttrResourceOwner | The IAM account ID of the resource owner. |
AttrUid | The unique identifier for the mesh. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | Creates a service mesh. |
MeshName | The name to use for the service mesh. |
Spec | The service mesh specification to apply. |
Tags | Tag Manager which manages the tags for this resource. |
TagsRaw | Optional metadata that you can apply to the service mesh to assist with categorization and organization. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<string, object>) | Creates a service mesh. |
Constructors
CfnMesh(Construct, string, ICfnMeshProps?)
Creates a service mesh.
public CfnMesh(Construct scope, string id, ICfnMeshProps? props = null)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnMeshProps
Resource properties.
Remarks
A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh.
For more information about service meshes, see Service meshes .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html
CloudformationResource: AWS::AppMesh::Mesh
ExampleMetadata: fixture=_generated
Properties
AttrArn
The full Amazon Resource Name (ARN) for the mesh.
public virtual string AttrArn { get; }
Property Value
Remarks
CloudformationAttribute: Arn
AttrId
Creates a service mesh.
public virtual string AttrId { get; }
Property Value
Remarks
CloudformationAttribute: Id
AttrMeshName
The name of the service mesh.
public virtual string AttrMeshName { get; }
Property Value
Remarks
CloudformationAttribute: MeshName
AttrMeshOwner
The IAM account ID of the service mesh owner.
public virtual string AttrMeshOwner { get; }
Property Value
Remarks
If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with Shared Meshes .
CloudformationAttribute: MeshOwner
AttrResourceOwner
The IAM account ID of the resource owner.
public virtual string AttrResourceOwner { get; }
Property Value
Remarks
If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with Shared Meshes .
CloudformationAttribute: ResourceOwner
AttrUid
The unique identifier for the mesh.
public virtual string AttrUid { get; }
Property Value
Remarks
CloudformationAttribute: Uid
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh.
For more information about service meshes, see Service meshes .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html
CloudformationResource: AWS::AppMesh::Mesh
ExampleMetadata: fixture=_generated
CfnProperties
Creates a service mesh.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh.
For more information about service meshes, see Service meshes .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html
CloudformationResource: AWS::AppMesh::Mesh
ExampleMetadata: fixture=_generated
MeshName
The name to use for the service mesh.
public virtual string? MeshName { get; set; }
Property Value
Remarks
A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh.
For more information about service meshes, see Service meshes .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html
CloudformationResource: AWS::AppMesh::Mesh
ExampleMetadata: fixture=_generated
Spec
The service mesh specification to apply.
public virtual object? Spec { get; set; }
Property Value
Remarks
A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh.
For more information about service meshes, see Service meshes .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html
CloudformationResource: AWS::AppMesh::Mesh
ExampleMetadata: fixture=_generated
Tags
Tag Manager which manages the tags for this resource.
public virtual TagManager Tags { get; }
Property Value
Remarks
A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh.
For more information about service meshes, see Service meshes .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html
CloudformationResource: AWS::AppMesh::Mesh
ExampleMetadata: fixture=_generated
TagsRaw
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
public virtual ICfnTag[]? TagsRaw { get; set; }
Property Value
ICfnTag[]
Remarks
A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh.
For more information about service meshes, see Service meshes .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html
CloudformationResource: AWS::AppMesh::Mesh
ExampleMetadata: fixture=_generated
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh.
For more information about service meshes, see Service meshes .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html
CloudformationResource: AWS::AppMesh::Mesh
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
Creates a service mesh.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh.
For more information about service meshes, see Service meshes .
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appmesh-mesh.html
CloudformationResource: AWS::AppMesh::Mesh
ExampleMetadata: fixture=_generated