CfnTrackerConsumerProps

class aws_cdk.aws_location.CfnTrackerConsumerProps(*, consumer_arn, tracker_name)

Bases: object

Properties for defining a CfnTrackerConsumer.

Parameters:
  • consumer_arn (str) – The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. Used when you need to specify a resource across all AWS . - Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer

  • tracker_name (str) – The name for the tracker resource. Requirements: - Contain only alphanumeric characters (A-Z, a-z, 0-9) , hyphens (-), periods (.), and underscores (_). - Must be a unique tracker resource name. - No spaces allowed. For example, ExampleTracker .

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-trackerconsumer.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_location as location

cfn_tracker_consumer_props = location.CfnTrackerConsumerProps(
    consumer_arn="consumerArn",
    tracker_name="trackerName"
)

Attributes

consumer_arn

The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource.

Used when you need to specify a resource across all AWS .

  • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-trackerconsumer.html#cfn-location-trackerconsumer-consumerarn

tracker_name

The name for the tracker resource.

Requirements:

  • Contain only alphanumeric characters (A-Z, a-z, 0-9) , hyphens (-), periods (.), and underscores (_).

  • Must be a unique tracker resource name.

  • No spaces allowed. For example, ExampleTracker .

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-trackerconsumer.html#cfn-location-trackerconsumer-trackername