Interface ICfnTrackerProps
Properties for defining a CfnTracker
.
Namespace: Amazon.CDK.AWS.Location
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTrackerProps
Syntax (vb)
Public Interface 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
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. |
Properties
Description
An optional description for the tracker resource.
virtual string Description { get; }
Property Value
System.String
Remarks
EventBridgeEnabled
virtual object EventBridgeEnabled { get; }
Property Value
System.Object
Remarks
KmsKeyEnableGeospatialQueries
virtual object KmsKeyEnableGeospatialQueries { get; }
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.
virtual string KmsKeyId { get; }
Property Value
System.String
Remarks
PositionFiltering
Specifies the position filtering for the tracker resource.
virtual string PositionFiltering { get; }
Property Value
System.String
Remarks
Valid values:
This field is optional. If not specified, the default value is TimeBased
.
PricingPlan
virtual string PricingPlan { get; }
Property Value
System.String
Remarks
PricingPlanDataSource
(deprecated) This shape is deprecated since 2022-02-01: Deprecated.
virtual string PricingPlanDataSource { get; }
Property Value
System.String
Remarks
No longer allowed.
Stability: Deprecated
Tags
An array of key-value pairs to apply to this resource.
virtual ICfnTag[] Tags { get; }
Property Value
ICfnTag[]
Remarks
TrackerName
The name for the tracker resource.
string TrackerName { get; }
Property Value
System.String