interface CfnIndexMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoT.CfnIndexMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiot#CfnIndexMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.iot.CfnIndexMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_iot.CfnIndexMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iot » CfnIndexMixinProps |
Properties for CfnIndexPropsMixin.
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/cfn-property-mixins';
const cfnIndexMixinProps: iot.CfnIndexMixinProps = {
indexName: 'indexName',
};
Properties
| Name | Type | Description |
|---|---|---|
| index | string |
indexName?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript