Interface ICfnTrackerConsumerProps
Properties for defining a CfnTrackerConsumer
.
Namespace: Amazon.CDK.AWS.Location
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTrackerConsumerProps
Syntax (vb)
Public Interface ICfnTrackerConsumerProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Location;
var cfnTrackerConsumerProps = new CfnTrackerConsumerProps {
ConsumerArn = "consumerArn",
TrackerName = "trackerName"
};
Synopsis
Properties
ConsumerArn | The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. |
TrackerName | The name for the tracker resource. |
Properties
ConsumerArn
The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource.
string ConsumerArn { get; }
Property Value
System.String
Remarks
Used when you need to specify a resource across all AWS .
TrackerName
The name for the tracker resource.
string TrackerName { get; }
Property Value
System.String