Class CfnTrackerProps
Properties for defining a CfnTracker
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Location
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTrackerProps : Object, ICfnTrackerProps
Syntax (vb)
Public Class CfnTrackerProps
Inherits Object
Implements ICfnTrackerProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-tracker.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 cfnTrackerProps = new CfnTrackerProps {
TrackerName = "trackerName",
// the properties below are optional
Description = "description",
EventBridgeEnabled = false,
KmsKeyEnableGeospatialQueries = false,
KmsKeyId = "kmsKeyId",
PositionFiltering = "positionFiltering",
PricingPlan = "pricingPlan",
PricingPlanDataSource = "pricingPlanDataSource",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
CfnTrackerProps() |
Properties
Description | An optional description for the tracker resource. |
EventBridgeEnabled | |
KmsKeyEnableGeospatialQueries | |
KmsKeyId | A key identifier for an AWS KMS customer managed key . Enter a key ID, key ARN, alias name, or alias ARN. |
PositionFiltering | Specifies the position filtering for the tracker resource. |
PricingPlan | |
PricingPlanDataSource | (deprecated) This shape is deprecated since 2022-02-01: Deprecated. |
Tags | An array of key-value pairs to apply to this resource. |
TrackerName | The name for the tracker resource. |
Constructors
CfnTrackerProps()
public CfnTrackerProps()
Properties
Description
An optional description for the tracker resource.
public string Description { get; set; }
Property Value
System.String
Remarks
EventBridgeEnabled
public object EventBridgeEnabled { get; set; }
Property Value
System.Object
Remarks
KmsKeyEnableGeospatialQueries
public object KmsKeyEnableGeospatialQueries { get; set; }
Property Value
System.Object
Remarks
KmsKeyId
A key identifier for an AWS KMS customer managed key . Enter a key ID, key ARN, alias name, or alias ARN.
public string KmsKeyId { get; set; }
Property Value
System.String
Remarks
PositionFiltering
Specifies the position filtering for the tracker resource.
public string PositionFiltering { get; set; }
Property Value
System.String
Remarks
Valid values:
This field is optional. If not specified, the default value is TimeBased
.
PricingPlan
public string PricingPlan { get; set; }
Property Value
System.String
Remarks
PricingPlanDataSource
(deprecated) This shape is deprecated since 2022-02-01: Deprecated.
public string PricingPlanDataSource { get; set; }
Property Value
System.String
Remarks
No longer allowed.
Stability: Deprecated
Tags
An array of key-value pairs to apply to this resource.
public ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]
Remarks
TrackerName
The name for the tracker resource.
public string TrackerName { get; set; }
Property Value
System.String