interface TrackerReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Location.TrackerReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslocation#TrackerReference |
![]() | software.amazon.awscdk.services.location.TrackerReference |
![]() | aws_cdk.aws_location.TrackerReference |
![]() | aws-cdk-lib » aws_location » TrackerReference |
A reference to a Tracker resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_location as location } from 'aws-cdk-lib';
const trackerReference: location.TrackerReference = {
trackerArn: 'trackerArn',
trackerName: 'trackerName',
};
Properties
Name | Type | Description |
---|---|---|
tracker | string | The ARN of the Tracker resource. |
tracker | string | The TrackerName of the Tracker resource. |
trackerArn
Type:
string
The ARN of the Tracker resource.
trackerName
Type:
string
The TrackerName of the Tracker resource.