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