interface IndexReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ResourceExplorer2.IndexReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsresourceexplorer2#IndexReference |
Java | software.amazon.awscdk.interfaces.resourceexplorer2.IndexReference |
Python | aws_cdk.interfaces.aws_resourceexplorer2.IndexReference |
TypeScript | aws-cdk-lib » interfaces » aws_resourceexplorer2 » IndexReference |
A reference to a Index resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_resourceexplorer2 as interfaces_aws_resourceexplorer2 } from 'aws-cdk-lib/interfaces';
const indexReference: interfaces_aws_resourceexplorer2.IndexReference = {
indexArn: 'indexArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| index | string | The Arn of the Index resource. |
indexArn
Type:
string
The Arn of the Index resource.

.NET
Go
Java
Python
TypeScript