@Stability(value=Stable) public static final class CfnEventStream.Builder extends Object implements software.amazon.jsii.Builder<CfnEventStream>
CfnEventStream.| Modifier and Type | Method and Description |
|---|---|
CfnEventStream.Builder |
applicationId(String applicationId)
The unique identifier for the Amazon Pinpoint application that you want to export data from.
|
CfnEventStream |
build() |
static CfnEventStream.Builder |
create(software.constructs.Construct scope,
String id) |
CfnEventStream.Builder |
destinationStreamArn(String destinationStreamArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream that you want to publish event data to.
|
CfnEventStream.Builder |
roleArn(String roleArn)
The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account.
|
@Stability(value=Stable) public static CfnEventStream.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnEventStream.Builder.@Stability(value=Stable) public CfnEventStream.Builder applicationId(String applicationId)
applicationId - The unique identifier for the Amazon Pinpoint application that you want to export data from. This parameter is required.this@Stability(value=Stable) public CfnEventStream.Builder destinationStreamArn(String destinationStreamArn)
For a Kinesis data stream, the ARN format is: arn:aws:kinesis: region : account-id :stream/ stream_name
For a Kinesis Data Firehose delivery stream, the ARN format is: arn:aws:firehose: region : account-id :deliverystream/ stream_name
destinationStreamArn - The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream that you want to publish event data to. This parameter is required.this@Stability(value=Stable) public CfnEventStream.Builder roleArn(String roleArn)
roleArn - The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account. This parameter is required.this@Stability(value=Stable) public CfnEventStream build()
build in interface software.amazon.jsii.Builder<CfnEventStream>Copyright © 2022. All rights reserved.