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
published on Monday, Sep 14, 2026 by Pulumi
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
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 dictionarydata "aws-native_personalize_get_event_tracker" "name" {
# arguments
}The following arguments are supported:
- Event
Tracker stringArn - The Amazon Resource Name (ARN) of the event tracker.
- Event
Tracker stringArn - The Amazon Resource Name (ARN) of the event tracker.
- event_
tracker_ stringarn - The Amazon Resource Name (ARN) of the event tracker.
- event
Tracker StringArn - The Amazon Resource Name (ARN) of the event tracker.
- event
Tracker stringArn - The Amazon Resource Name (ARN) of the event tracker.
- event_
tracker_ strarn - The Amazon Resource Name (ARN) of the event tracker.
- event
Tracker StringArn - The Amazon Resource Name (ARN) of the event tracker.
getEventTracker Result
The following output properties are available:
- Event
Tracker stringArn - The Amazon Resource Name (ARN) of the event tracker.
-
List<Pulumi.
Aws Native. Outputs. Tag> - 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.
- Event
Tracker stringArn - The Amazon Resource Name (ARN) of the event tracker.
- Tag
- 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.
- event_
tracker_ stringarn - The Amazon Resource Name (ARN) of the event tracker.
- 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.
- event
Tracker StringArn - The Amazon Resource Name (ARN) of the event tracker.
- List<Tag>
- 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.
- event
Tracker stringArn - The Amazon Resource Name (ARN) of the event tracker.
- Tag[]
- 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.
- event_
tracker_ strarn - The Amazon Resource Name (ARN) of the event tracker.
- 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.
- event
Tracker StringArn - The Amazon Resource Name (ARN) of the event tracker.
- List<Property Map>
- 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.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Sep 14, 2026 by Pulumi