interface GeofenceCollectionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Location.GeofenceCollectionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslocation#GeofenceCollectionReference |
![]() | software.amazon.awscdk.services.location.GeofenceCollectionReference |
![]() | aws_cdk.aws_location.GeofenceCollectionReference |
![]() | aws-cdk-lib » aws_location » GeofenceCollectionReference |
A reference to a GeofenceCollection 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 geofenceCollectionReference: location.GeofenceCollectionReference = {
collectionName: 'collectionName',
geofenceCollectionArn: 'geofenceCollectionArn',
};
Properties
Name | Type | Description |
---|---|---|
collection | string | The CollectionName of the GeofenceCollection resource. |
geofence | string | The ARN of the GeofenceCollection resource. |
collectionName
Type:
string
The CollectionName of the GeofenceCollection resource.
geofenceCollectionArn
Type:
string
The ARN of the GeofenceCollection resource.