interface CfnDictionaryMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ElementalInference.CfnDictionaryMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awselementalinference#CfnDictionaryMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.elementalinference.CfnDictionaryMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_elementalinference.CfnDictionaryMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_elementalinference » CfnDictionaryMixinProps |
Properties for CfnDictionaryPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elementalinference as elementalinference } from '@aws-cdk/cfn-property-mixins';
const cfnDictionaryMixinProps: elementalinference.CfnDictionaryMixinProps = {
entries: 'entries',
language: 'language',
name: 'name',
tags: {
tagsKey: 'tags',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| entries? | string | |
| language? | string | |
| name? | string | |
| tags? | { [string]: string } |
entries?
Type:
string
(optional)
language?
Type:
string
(optional)
name?
Type:
string
(optional)
tags?
Type:
{ [string]: string }
(optional)

.NET
Go
Java
Python
TypeScript