CfnDictionaryMixinProps

class aws_cdk.cfn_property_mixins.aws_elementalinference.CfnDictionaryMixinProps(*, entries=None, language=None, name=None, tags=None)

Bases: object

Properties for CfnDictionaryPropsMixin.

Parameters:
  • entries (Optional[str])

  • language (Optional[str])

  • name (Optional[str])

  • tags (Optional[Mapping[str, str]])

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html

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

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html#cfn-elementalinference-dictionary-entries

Type:

see

language

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html#cfn-elementalinference-dictionary-language

Type:

see

name

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html#cfn-elementalinference-dictionary-name

Type:

see

tags

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-dictionary.html#cfn-elementalinference-dictionary-tags

Type:

see