1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. personalize
  6. getEventTracker

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Resource schema for AWS::Personalize::EventTracker

    Using getEventTracker

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getEventTracker(args: GetEventTrackerArgs, opts?: InvokeOptions): Promise<GetEventTrackerResult>
    function getEventTrackerOutput(args: GetEventTrackerOutputArgs, opts?: InvokeOutputOptions): Output<GetEventTrackerResult>
    def get_event_tracker(event_tracker_arn: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetEventTrackerResult
    def get_event_tracker_output(event_tracker_arn: pulumi.Input[Optional[str]] = None,
                          opts: Optional[InvokeOutputOptions] = None) -> Output[GetEventTrackerResult]
    func LookupEventTracker(ctx *Context, args *LookupEventTrackerArgs, opts ...InvokeOption) (*LookupEventTrackerResult, error)
    func LookupEventTrackerOutput(ctx *Context, args *LookupEventTrackerOutputArgs, opts ...InvokeOption) LookupEventTrackerResultOutput

    > Note: This function is named LookupEventTracker in the Go SDK.

    public static class GetEventTracker 
    {
        public static Task<GetEventTrackerResult> InvokeAsync(GetEventTrackerArgs args, InvokeOptions? opts = null)
        public static Output<GetEventTrackerResult> Invoke(GetEventTrackerInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetEventTrackerResult> Invoke(GetEventTrackerInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetEventTrackerResult> getEventTracker(GetEventTrackerArgs args, InvokeOptions options)
    public static Output<GetEventTrackerResult> getEventTracker(GetEventTrackerArgs args, InvokeOptions options)
    public static Output<GetEventTrackerResult> getEventTracker(GetEventTrackerArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:personalize:getEventTracker
      arguments:
        # arguments dictionary
    data "aws-native_personalize_get_event_tracker" "name" {
        # arguments
    }

    The following arguments are supported:

    EventTrackerArn string
    The Amazon Resource Name (ARN) of the event tracker.
    EventTrackerArn string
    The Amazon Resource Name (ARN) of the event tracker.
    event_tracker_arn string
    The Amazon Resource Name (ARN) of the event tracker.
    eventTrackerArn String
    The Amazon Resource Name (ARN) of the event tracker.
    eventTrackerArn string
    The Amazon Resource Name (ARN) of the event tracker.
    event_tracker_arn str
    The Amazon Resource Name (ARN) of the event tracker.
    eventTrackerArn String
    The Amazon Resource Name (ARN) of the event tracker.

    getEventTracker Result

    The following output properties are available:

    EventTrackerArn string
    The Amazon Resource Name (ARN) of the event tracker.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of tags to apply to the event tracker.
    TrackingId string
    The ID of the event tracker. Include this ID in requests to the PutEvents API.
    EventTrackerArn string
    The Amazon Resource Name (ARN) of the event tracker.
    Tags Tag
    A list of tags to apply to the event tracker.
    TrackingId string
    The ID of the event tracker. Include this ID in requests to the PutEvents API.
    event_tracker_arn string
    The Amazon Resource Name (ARN) of the event tracker.
    tags list(object)
    A list of tags to apply to the event tracker.
    tracking_id string
    The ID of the event tracker. Include this ID in requests to the PutEvents API.
    eventTrackerArn String
    The Amazon Resource Name (ARN) of the event tracker.
    tags List<Tag>
    A list of tags to apply to the event tracker.
    trackingId String
    The ID of the event tracker. Include this ID in requests to the PutEvents API.
    eventTrackerArn string
    The Amazon Resource Name (ARN) of the event tracker.
    tags Tag[]
    A list of tags to apply to the event tracker.
    trackingId string
    The ID of the event tracker. Include this ID in requests to the PutEvents API.
    event_tracker_arn str
    The Amazon Resource Name (ARN) of the event tracker.
    tags Sequence[root_Tag]
    A list of tags to apply to the event tracker.
    tracking_id str
    The ID of the event tracker. Include this ID in requests to the PutEvents API.
    eventTrackerArn String
    The Amazon Resource Name (ARN) of the event tracker.
    tags List<Property Map>
    A list of tags to apply to the event tracker.
    trackingId String
    The ID of the event tracker. Include this ID in requests to the PutEvents API.

    Supporting Types

    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 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

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial