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¶
pinpoint_put_event_stream(ApplicationId, WriteEventStream)
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"
)
)
Request syntax¶
svc$put_event_stream(
ApplicationId = "string",
WriteEventStream = list(
DestinationStreamArn = "string",
RoleArn = "string"
)
)