Show / Hide Table of Contents

Interface ITracker

(experimental) A Tracker.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
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

string

Remarks

Stability: Experimental

Attribute: Arn, TrackerArn

TrackerName

(experimental) The name of the tracker.

string TrackerName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX