interface PlaceIndexReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Location.PlaceIndexReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslocation#PlaceIndexReference |
![]() | software.amazon.awscdk.services.location.PlaceIndexReference |
![]() | aws_cdk.aws_location.PlaceIndexReference |
![]() | aws-cdk-lib » aws_location » PlaceIndexReference |
A reference to a PlaceIndex resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_location as location } from 'aws-cdk-lib';
const placeIndexReference: location.PlaceIndexReference = {
indexName: 'indexName',
placeIndexArn: 'placeIndexArn',
};
Properties
Name | Type | Description |
---|---|---|
index | string | The IndexName of the PlaceIndex resource. |
place | string | The ARN of the PlaceIndex resource. |
indexName
Type:
string
The IndexName of the PlaceIndex resource.
placeIndexArn
Type:
string
The ARN of the PlaceIndex resource.