Show / Hide Table of Contents

Class CfnVirtualNode.AwsCloudMapInstanceAttributeProperty

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

Inheritance
object
CfnVirtualNode.AwsCloudMapInstanceAttributeProperty
Implements
CfnVirtualNode.IAwsCloudMapInstanceAttributeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

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

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.

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"
             };

Properties

Key

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

public string Key { get; set; }
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.

public string Value { get; set; }
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

Implements

CfnVirtualNode.IAwsCloudMapInstanceAttributeProperty
Back to top Generated by DocFX