CfnDictionaryMixinProps
- class aws_cdk.cfn_property_mixins.aws_elementalinference.CfnDictionaryMixinProps(*, entries=None, language=None, name=None, tags=None)
Bases:
objectProperties for CfnDictionaryPropsMixin.
- Parameters:
entries (
Optional[str])language (
Optional[str])name (
Optional[str])tags (
Optional[Mapping[str,str]])
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_elementalinference as elementalinference cfn_dictionary_mixin_props = elementalinference.CfnDictionaryMixinProps( entries="entries", language="language", name="name", tags={ "tags_key": "tags" } )
Attributes
- entries
-
- Type:
see
- language
-
- Type:
see
- name
-
- Type:
see