aws-cdk-lib.aws_finspace.CfnEnvironment.AttributeMapItemsProperty

interface AttributeMapItemsProperty

LanguageType name
.NETAmazon.CDK.AWS.FinSpace.CfnEnvironment.AttributeMapItemsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsfinspace#CfnEnvironment_AttributeMapItemsProperty
Javasoftware.amazon.awscdk.services.finspace.CfnEnvironment.AttributeMapItemsProperty
Pythonaws_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

NameTypeDescription
key?stringCfnEnvironment.AttributeMapItemsProperty.Key.
value?stringCfnEnvironment.AttributeMapItemsProperty.Value.

key?

Type: string (optional)

CfnEnvironment.AttributeMapItemsProperty.Key.


value?

Type: string (optional)

CfnEnvironment.AttributeMapItemsProperty.Value.