interface CfnIndexProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ResourceExplorer2.CfnIndexProps |
Java | software.amazon.awscdk.services.resourceexplorer2.CfnIndexProps |
Python | aws_cdk.aws_resourceexplorer2.CfnIndexProps |
TypeScript | @aws-cdk/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 * as resourceexplorer2 from '@aws-cdk/aws-resourceexplorer2';
const cfnIndexProps: resourceexplorer2.CfnIndexProps = {
type: 'type',
// the properties below are optional
tags: {
tagsKey: 'tags',
},
};
Properties
Name | Type | Description |
---|---|---|
type | string | Specifies 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.