Show / Hide Table of Contents

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

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

EventBridgeEnabled

virtual object EventBridgeEnabled { get; }
Property Value

System.Object

Remarks

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

KmsKeyEnableGeospatialQueries

virtual object KmsKeyEnableGeospatialQueries { get; }
Property Value

System.Object

Remarks

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

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

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

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 .

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

    PricingPlan

    virtual string PricingPlan { get; }
    Property Value

    System.String

    Remarks

    Stability: Deprecated

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

    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

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

    Tags

    An array of key-value pairs to apply to this resource.

    virtual ICfnTag[] Tags { get; }
    Property Value

    ICfnTag[]

    Remarks

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

    TrackerName

    The name for the tracker resource.

    string TrackerName { get; }
    Property Value

    System.String

    Remarks

    Requirements:

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

      Back to top Generated by DocFX