Show / Hide Table of Contents

Class CfnTrackerConsumerMixinProps

Properties for CfnTrackerConsumerPropsMixin.

Inheritance
object
CfnTrackerConsumerMixinProps
Implements
ICfnTrackerConsumerMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Location
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTrackerConsumerMixinProps : ICfnTrackerConsumerMixinProps
Syntax (vb)
Public Class CfnTrackerConsumerMixinProps Implements ICfnTrackerConsumerMixinProps
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.CfnPropertyMixins.AWS.Location;

             var cfnTrackerConsumerMixinProps = new CfnTrackerConsumerMixinProps {
                 ConsumerArn = "consumerArn",
                 TrackerName = "trackerName"
             };

Synopsis

Constructors

CfnTrackerConsumerMixinProps()

Properties for CfnTrackerConsumerPropsMixin.

Properties

ConsumerArn

The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource.

TrackerName

The name for the tracker resource.

Constructors

CfnTrackerConsumerMixinProps()

Properties for CfnTrackerConsumerPropsMixin.

public CfnTrackerConsumerMixinProps()
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.CfnPropertyMixins.AWS.Location;

             var cfnTrackerConsumerMixinProps = new CfnTrackerConsumerMixinProps {
                 ConsumerArn = "consumerArn",
                 TrackerName = "trackerName"
             };

Properties

ConsumerArn

The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource.

public string? ConsumerArn { get; set; }
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.

    public string? TrackerName { get; set; }
    Property Value

    string

    Remarks

    Requirements:

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

      Implements

      ICfnTrackerConsumerMixinProps
      Back to top Generated by DocFX