interface CfnIndexProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoT.CfnIndexProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnIndexProps |
Java | software.amazon.awscdk.services.iot.CfnIndexProps |
Python | aws_cdk.aws_iot.CfnIndexProps |
TypeScript | aws-cdk-lib » aws_iot » CfnIndexProps |
Properties for defining a CfnIndex.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-index.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const cfnIndexProps: iot.CfnIndexProps = {
indexName: 'indexName',
};
Properties
| Name | Type | Description |
|---|---|---|
| index | string |
indexName?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript