CfnIndexMixinProps

class aws_cdk.mixins_preview.aws_resourceexplorer2.mixins.CfnIndexMixinProps(*, tags=None, type=None)

Bases: object

Properties for CfnIndexPropsMixin.

Parameters:
  • tags (Optional[Mapping[str, str]]) – The specified tags are attached to only the index created in this AWS Region . The tags don’t attach to any of the resources listed in the index.

  • type (Optional[str]) – Specifies the type of the index in this Region. For information about the aggregator index and how it differs from a local index, see Turning on cross-Region search by creating an aggregator index in the AWS Resource Explorer User Guide. .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-index.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.mixins_preview.aws_resourceexplorer2 import mixins as resourceexplorer2_mixins

cfn_index_mixin_props = resourceexplorer2_mixins.CfnIndexMixinProps(
    tags={
        "tags_key": "tags"
    },
    type="type"
)

Attributes

tags

The specified tags are attached to only the index created in this AWS Region .

The tags don’t attach to any of the resources listed in the index.

See:

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

type

Specifies the type of the index in this Region.

For information about the aggregator index and how it differs from a local index, see Turning on cross-Region search by creating an aggregator index in the AWS Resource Explorer User Guide. .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-index.html#cfn-resourceexplorer2-index-type