aws-cdk-lib.aws_finspace.CfnEnvironment.AttributeMapItemsProperty
interface AttributeMapItemsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FinSpace.CfnEnvironment.AttributeMapItemsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfinspace#CfnEnvironment_AttributeMapItemsProperty |
![]() | software.amazon.awscdk.services.finspace.CfnEnvironment.AttributeMapItemsProperty |
![]() | aws_cdk.aws_finspace.CfnEnvironment.AttributeMapItemsProperty |
![]() | 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 | CfnEnvironment.AttributeMapItemsProperty.Key . |
value? | string | CfnEnvironment.AttributeMapItemsProperty.Value . |
key?
Type:
string
(optional)
CfnEnvironment.AttributeMapItemsProperty.Key
.
value?
Type:
string
(optional)
CfnEnvironment.AttributeMapItemsProperty.Value
.