TrackerConsumerReference
- class aws_cdk.aws_location.TrackerConsumerReference(*, consumer_arn, tracker_name)
Bases:
object
A reference to a TrackerConsumer resource.
- Parameters:
consumer_arn (
str
) – The ConsumerArn of the TrackerConsumer resource.tracker_name (
str
) – The TrackerName of the TrackerConsumer resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_location as location tracker_consumer_reference = location.TrackerConsumerReference( consumer_arn="consumerArn", tracker_name="trackerName" )
Attributes
- consumer_arn
The ConsumerArn of the TrackerConsumer resource.
- tracker_name
The TrackerName of the TrackerConsumer resource.