Class CfnVirtualNode.AwsCloudMapInstanceAttributeProperty
An object that represents the AWS Cloud Map attribute information for your virtual node.
Inherited Members
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVirtualNode.AwsCloudMapInstanceAttributeProperty : CfnVirtualNode.IAwsCloudMapInstanceAttributeProperty
Syntax (vb)
Public Class CfnVirtualNode.AwsCloudMapInstanceAttributeProperty Implements CfnVirtualNode.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
Constructors
| AwsCloudMapInstanceAttributeProperty() | An object that represents the AWS Cloud Map attribute information for your virtual node. |
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. |
Constructors
AwsCloudMapInstanceAttributeProperty()
An object that represents the AWS Cloud Map attribute information for your virtual node.
public AwsCloudMapInstanceAttributeProperty()
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"
};
Properties
Key
The name of an AWS Cloud Map service instance attribute key.
public string Key { get; set; }
Property Value
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.
public string Value { get; set; }
Property Value
Remarks
Any AWS Cloud Map service instance that contains the specified key and value is returned.