We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
Resource schema for AWS::Personalize::EventTracker
Create EventTracker Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EventTracker(name: string, args: EventTrackerArgs, opts?: CustomResourceOptions);@overload
def EventTracker(resource_name: str,
args: EventTrackerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EventTracker(resource_name: str,
opts: Optional[ResourceOptions] = None,
dataset_group_arn: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewEventTracker(ctx *Context, name string, args EventTrackerArgs, opts ...ResourceOption) (*EventTracker, error)public EventTracker(string name, EventTrackerArgs args, CustomResourceOptions? opts = null)
public EventTracker(String name, EventTrackerArgs args)
public EventTracker(String name, EventTrackerArgs args, CustomResourceOptions options)
type: aws-native:personalize:EventTracker
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_personalize_event_tracker" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args EventTrackerArgs
- 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 EventTrackerArgs
- 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 EventTrackerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EventTrackerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EventTrackerArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
EventTracker Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The EventTracker resource accepts the following input properties:
- Dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group that receives the event data.
- Name string
- The name for the event tracker.
-
List<Pulumi.
Aws Native. Inputs. Tag> - A list of tags to apply to the event tracker.
- Dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group that receives the event data.
- Name string
- The name for the event tracker.
-
Tag
Args - A list of tags to apply to the event tracker.
- dataset_
group_ stringarn - The Amazon Resource Name (ARN) of the dataset group that receives the event data.
- name string
- The name for the event tracker.
- list(object)
- A list of tags to apply to the event tracker.
- dataset
Group StringArn - The Amazon Resource Name (ARN) of the dataset group that receives the event data.
- name String
- The name for the event tracker.
- List<Tag>
- A list of tags to apply to the event tracker.
- dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group that receives the event data.
- name string
- The name for the event tracker.
- Tag[]
- A list of tags to apply to the event tracker.
- dataset_
group_ strarn - The Amazon Resource Name (ARN) of the dataset group that receives the event data.
- name str
- The name for the event tracker.
-
Sequence[Tag
Args] - A list of tags to apply to the event tracker.
- dataset
Group StringArn - The Amazon Resource Name (ARN) of the dataset group that receives the event data.
- name String
- The name for the event tracker.
- List<Property Map>
- A list of tags to apply to the event tracker.
Outputs
All input properties are implicitly available as output properties. Additionally, the EventTracker resource produces the following output properties:
- Event
Tracker stringArn - The Amazon Resource Name (ARN) of the event tracker.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- Id string
- The provider-assigned unique ID for this managed resource.
- 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.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- id String
- The provider-assigned unique ID for this managed resource.
- 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.
- id string
- The provider-assigned unique ID for this managed resource.
- 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.
- id str
- The provider-assigned unique ID for this managed resource.
- 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.
- id String
- The provider-assigned unique ID for this managed resource.
- tracking
Id String - The ID of the event tracker. Include this ID in requests to the PutEvents API.
Supporting Types
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi