aws-cdk-lib.aws_resourceexplorer2.CfnIndexProps

interface CfnIndexProps

LanguageType name
.NETAmazon.CDK.AWS.ResourceExplorer2.CfnIndexProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsresourceexplorer2#CfnIndexProps
Javasoftware.amazon.awscdk.services.resourceexplorer2.CfnIndexProps
Pythonaws_cdk.aws_resourceexplorer2.CfnIndexProps
TypeScript aws-cdk-lib » aws_resourceexplorer2 » CfnIndexProps

Properties for defining a CfnIndex.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_resourceexplorer2 as resourceexplorer2 } from 'aws-cdk-lib';
const cfnIndexProps: resourceexplorer2.CfnIndexProps = {
  type: 'type',

  // the properties below are optional
  tags: {
    tagsKey: 'tags',
  },
};

Properties

NameTypeDescription
typestringSpecifies the type of the index in this Region.
tags?{ [string]: string }The specified tags are attached to only the index created in this AWS Region .

type

Type: string

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. .


tags?

Type: { [string]: string } (optional)

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.