describe_geofence_collection
(**kwargs)¶Retrieves the geofence collection details.
See also: AWS API Documentation
Request Syntax
response = client.describe_geofence_collection(
CollectionName='string'
)
[REQUIRED]
The name of the geofence collection.
{
'CollectionArn': 'string',
'CollectionName': 'string',
'CreateTime': datetime(2015, 1, 1),
'Description': 'string',
'KmsKeyId': 'string',
'PricingPlan': 'RequestBasedUsage'|'MobileAssetTracking'|'MobileAssetManagement',
'PricingPlanDataSource': 'string',
'Tags': {
'string': 'string'
},
'UpdateTime': datetime(2015, 1, 1)
}
Response Structure
The Amazon Resource Name (ARN) for the geofence collection resource. Used when you need to specify a resource across all Amazon Web Services.
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
The name of the geofence collection.
The timestamp for when the geofence resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
The optional description for the geofence collection.
A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource
No longer used. Always returns RequestBasedUsage
.
No longer used. Always returns an empty string.
Displays the key, value pairs of tags associated with this resource.
The timestamp for when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
Exceptions
LocationService.Client.exceptions.InternalServerException
LocationService.Client.exceptions.ResourceNotFoundException
LocationService.Client.exceptions.AccessDeniedException
LocationService.Client.exceptions.ValidationException
LocationService.Client.exceptions.ThrottlingException