Show / Hide Table of Contents

Interface CfnEnvironmentPropsMixin.IAttributeMapItemsProperty

Namespace: Amazon.CDK.Mixins.Preview.AWS.FinSpace.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnEnvironmentPropsMixin.IAttributeMapItemsProperty
Syntax (vb)
Public Interface CfnEnvironmentPropsMixin.IAttributeMapItemsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-attributemapitems.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.Mixins.Preview.AWS.FinSpace.Mixins;

             var attributeMapItemsProperty = new AttributeMapItemsProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Properties

Key

The key name of the tag.

Value

The value for the tag.

Properties

Key

The key name of the tag.

string? Key { get; }
Property Value

string

Remarks

You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-attributemapitems.html#cfn-finspace-environment-attributemapitems-key

Value

The value for the tag.

string? Value { get; }
Property Value

string

Remarks

You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-finspace-environment-attributemapitems.html#cfn-finspace-environment-attributemapitems-value

Back to top Generated by DocFX