1. Packages
  2. AWS Native
  3. API Docs
  4. location
  5. Tracker

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.location.Tracker

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Definition of AWS::Location::Tracker Resource Type

    Create Tracker Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Tracker(name: string, args?: TrackerArgs, opts?: CustomResourceOptions);
    @overload
    def Tracker(resource_name: str,
                args: Optional[TrackerArgs] = None,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Tracker(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                description: Optional[str] = None,
                event_bridge_enabled: Optional[bool] = None,
                kms_key_enable_geospatial_queries: Optional[bool] = None,
                kms_key_id: Optional[str] = None,
                position_filtering: Optional[TrackerPositionFiltering] = None,
                pricing_plan: Optional[TrackerPricingPlan] = None,
                pricing_plan_data_source: Optional[str] = None,
                tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                tracker_name: Optional[str] = None)
    func NewTracker(ctx *Context, name string, args *TrackerArgs, opts ...ResourceOption) (*Tracker, error)
    public Tracker(string name, TrackerArgs? args = null, CustomResourceOptions? opts = null)
    public Tracker(String name, TrackerArgs args)
    public Tracker(String name, TrackerArgs args, CustomResourceOptions options)
    
    type: aws-native:location:Tracker
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TrackerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TrackerArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TrackerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TrackerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TrackerArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const trackerResource = new aws_native.location.Tracker("trackerResource", {
        description: "string",
        eventBridgeEnabled: false,
        kmsKeyEnableGeospatialQueries: false,
        kmsKeyId: "string",
        positionFiltering: aws_native.location.TrackerPositionFiltering.TimeBased,
        pricingPlan: aws_native.location.TrackerPricingPlan.RequestBasedUsage,
        pricingPlanDataSource: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
        trackerName: "string",
    });
    
    Coming soon!
    

    Tracker Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Tracker resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Tracker resource produces the following output properties:

    Arn string
    CreateTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    TrackerArn string
    UpdateTime string
    Arn string
    CreateTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    TrackerArn string
    UpdateTime string
    arn String
    createTime String
    id String
    The provider-assigned unique ID for this managed resource.
    trackerArn String
    updateTime String
    arn string
    createTime string
    id string
    The provider-assigned unique ID for this managed resource.
    trackerArn string
    updateTime string
    arn str
    create_time str
    id str
    The provider-assigned unique ID for this managed resource.
    tracker_arn str
    update_time str
    arn String
    createTime String
    id String
    The provider-assigned unique ID for this managed resource.
    trackerArn String
    updateTime String

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    TrackerPositionFiltering, TrackerPositionFilteringArgs

    TimeBased
    TimeBased
    DistanceBased
    DistanceBased
    AccuracyBased
    AccuracyBased
    TrackerPositionFilteringTimeBased
    TimeBased
    TrackerPositionFilteringDistanceBased
    DistanceBased
    TrackerPositionFilteringAccuracyBased
    AccuracyBased
    TimeBased
    TimeBased
    DistanceBased
    DistanceBased
    AccuracyBased
    AccuracyBased
    TimeBased
    TimeBased
    DistanceBased
    DistanceBased
    AccuracyBased
    AccuracyBased
    TIME_BASED
    TimeBased
    DISTANCE_BASED
    DistanceBased
    ACCURACY_BASED
    AccuracyBased
    "TimeBased"
    TimeBased
    "DistanceBased"
    DistanceBased
    "AccuracyBased"
    AccuracyBased

    TrackerPricingPlan, TrackerPricingPlanArgs

    RequestBasedUsage
    RequestBasedUsage
    TrackerPricingPlanRequestBasedUsage
    RequestBasedUsage
    RequestBasedUsage
    RequestBasedUsage
    RequestBasedUsage
    RequestBasedUsage
    REQUEST_BASED_USAGE
    RequestBasedUsage
    "RequestBasedUsage"
    RequestBasedUsage

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi