| Package | Description |
|---|---|
| software.amazon.awscdk.services.pinpoint |
Amazon Pinpoint Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnEventStream.Builder |
CfnEventStream.Builder.applicationId(String applicationId)
The unique identifier for the Amazon Pinpoint application that you want to export data from.
|
static CfnEventStream.Builder |
CfnEventStream.Builder.create(software.constructs.Construct scope,
String id) |
CfnEventStream.Builder |
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 |
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.
|
Copyright © 2022. All rights reserved.