Put Event Stream
pinpoint_put_event_stream | R Documentation |
Creates a new event stream for an application or updates the settings of an existing event stream for an application¶
Description¶
Creates a new event stream for an application or updates the settings of an existing event stream for an application.
Usage¶
Arguments¶
ApplicationId
[required] The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
WriteEventStream
[required]
Value¶
A list with the following syntax:
list(
EventStream = list(
ApplicationId = "string",
DestinationStreamArn = "string",
ExternalId = "string",
LastModifiedDate = "string",
LastUpdatedBy = "string",
RoleArn = "string"
)
)