interface IndexReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ResourceExplorer2.IndexReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsresourceexplorer2#IndexReference |
![]() | software.amazon.awscdk.services.resourceexplorer2.IndexReference |
![]() | aws_cdk.aws_resourceexplorer2.IndexReference |
![]() | aws-cdk-lib » 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 resourceexplorer2 } from 'aws-cdk-lib';
const indexReference: 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.