Class CfnTrackerConsumerMixinProps
Properties for CfnTrackerConsumerPropsMixin.
Implements
Inherited Members
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
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
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
Remarks
Used when you need to specify a resource across all AWS .
TrackerName
The name for the tracker resource.
public string? TrackerName { get; set; }