Skip to content

Data Source: awsLocationGeofenceCollection

Retrieve information about a Location Service Geofence Collection.

Example Usage

Basic Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsLocationGeofenceCollection.DataAwsLocationGeofenceCollection(
  this,
  "example",
  {
    collectionName: "example",
  }
);

Argument Reference

The following arguments are required:

  • collectionName - (Required) Name of the geofence collection.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • collectionArn - ARN for the geofence collection resource. Used when you need to specify a resource across all AWS.
  • createTime - Timestamp for when the geofence collection resource was created in ISO 8601 format.
  • description - Optional description of the geofence collection resource.
  • kmsKeyId - Key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.
  • tags - Key-value map of resource tags for the geofence collection.
  • updateTime - Timestamp for when the geofence collection resource was last updated in ISO 8601 format.