Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-trackerconsumer.html

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

string

Remarks

Used when you need to specify a resource across all AWS .

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-trackerconsumer.html#cfn-location-trackerconsumer-consumerarn

    TrackerName

    The name for the tracker resource.

    string TrackerName { get; }
    Property Value

    string

    Remarks

    Requirements:

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-trackerconsumer.html#cfn-location-trackerconsumer-trackername

      Back to top Generated by DocFX