AWS::Location::GeofenceCollectionDefinition of AWS::Location::GeofenceCollection Resource Type
6 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CollectionName | string | RequiredCreate-only |
Description | string | |
KmsKeyId | string | Create-only |
PricingPlan | string | Deprecated |
PricingPlanDataSource | string | Deprecated |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CollectionArn | string | - |
CreateTime | string | - |
UpdateTime | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Location::GeofenceCollection
Resources:
MyResource:
Type: AWS::Location::GeofenceCollection
Properties:
CollectionName: "my-collectionname"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
geo:CreateGeofenceCollectiongeo:DescribeGeofenceCollectiongeo:TagResourcegeo:UntagResourcekms:DescribeKeykms:CreateGrantgeo:DeleteGeofenceCollectiongeo:DescribeGeofenceCollectiongeo:ListGeofenceCollectionsgeo:DescribeGeofenceCollectionkms:DescribeKeygeo:CreateGeofenceCollectiongeo:DescribeGeofenceCollectiongeo:TagResourcegeo:UntagResourcekms:DescribeKeykms:CreateGrantgeo:UpdateGeofenceCollectionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCollectionNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CollectionNameKmsKeyId