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 IAwsCloudMapInstanceAttributeProperty
Syntax (vb)
Public Interface IAwsCloudMapInstanceAttributeProperty
Remarks
AWS Cloud Map is not available in the eu-south-1 Region.
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
System.String
Remarks
Any AWS Cloud Map service instance that contains the specified key and value is returned.
Value
The value of an AWS Cloud Map service instance attribute key.
string Value { get; }
Property Value
System.String
Remarks
Any AWS Cloud Map service instance that contains the specified key and value is returned.