@Stability(value=Stable)
public static interface CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty
extends software.amazon.jsii.JsiiSerializable
You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pinpointemail.*;
KinesisFirehoseDestinationProperty kinesisFirehoseDestinationProperty = KinesisFirehoseDestinationProperty.builder()
.deliveryStreamArn("deliveryStreamArn")
.iamRoleArn("iamRoleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder
|
static class |
CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Jsii$Proxy
An implementation for
CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder |
builder() |
String |
getDeliveryStreamArn()
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.
|
String |
getIamRoleArn()
The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.
|
@Stability(value=Stable) @NotNull String getDeliveryStreamArn()
@Stability(value=Stable) @NotNull String getIamRoleArn()
@Stability(value=Stable) static CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.