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
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
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 -.
Value
The value for the tag.
string? Value { get; }
Property Value
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 -.