interface AttributeMapItemsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.FinSpace.CfnEnvironment.AttributeMapItemsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsfinspace#CfnEnvironment_AttributeMapItemsProperty |
Java | software.amazon.awscdk.services.finspace.CfnEnvironment.AttributeMapItemsProperty |
Python | aws_cdk.aws_finspace.CfnEnvironment.AttributeMapItemsProperty |
TypeScript | aws-cdk-lib » aws_finspace » CfnEnvironment » AttributeMapItemsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_finspace as finspace } from 'aws-cdk-lib';
const attributeMapItemsProperty: finspace.CfnEnvironment.AttributeMapItemsProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key? | string | The key name of the tag. |
value? | string | The value for the tag. |
key?
Type:
string
(optional)
The key name of the tag.
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?
Type:
string
(optional)
The value for the tag.
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 -.