Interface ITracker
(experimental) A Tracker.
Namespace: Amazon.CDK.AWS.Location.Alpha
Assembly: Amazon.CDK.AWS.Location.Alpha.dll
Syntax (csharp)
public interface ITracker : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface ITracker Inherits IResource, IConstruct, IDependable, IEnvironmentAware
Remarks
Stability: Experimental
Synopsis
Properties
| TrackerArn | (experimental) The Amazon Resource Name (ARN) of the tracker resource. |
| TrackerName | (experimental) The name of the tracker. |
Properties
TrackerArn
(experimental) The Amazon Resource Name (ARN) of the tracker resource.
string TrackerArn { get; }
Property Value
Remarks
Stability: Experimental
Attribute: Arn, TrackerArn
TrackerName
(experimental) The name of the tracker.
string TrackerName { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true