Show / Hide Table of Contents

Interface CfnVirtualNode.IAwsCloudMapInstanceAttributeProperty

An object that represents the AWS Cloud Map attribute information for your virtual node.

Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnVirtualNode.IAwsCloudMapInstanceAttributeProperty
Syntax (vb)
Public Interface CfnVirtualNode.IAwsCloudMapInstanceAttributeProperty
Remarks
AWS Cloud Map is not available in the eu-south-1 Region.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapinstanceattribute.html

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 awsCloudMapInstanceAttributeProperty = new AwsCloudMapInstanceAttributeProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Properties

Key

The name of an AWS Cloud Map service instance attribute key.

Value

The value of an AWS Cloud Map service instance attribute key.

Properties

Key

The name of an AWS Cloud Map service instance attribute key.

string Key { get; }
Property Value

string

Remarks

Any AWS Cloud Map service instance that contains the specified key and value is returned.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapinstanceattribute.html#cfn-appmesh-virtualnode-awscloudmapinstanceattribute-key

Value

The value of an AWS Cloud Map service instance attribute key.

string Value { get; }
Property Value

string

Remarks

Any AWS Cloud Map service instance that contains the specified key and value is returned.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-awscloudmapinstanceattribute.html#cfn-appmesh-virtualnode-awscloudmapinstanceattribute-value

Back to top Generated by DocFX