public static interface CfnConfigurationSetEventDestination.KinesisFirehoseDestinationProperty
Event destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .
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.ses.*; 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() |
java.lang.String |
getDeliveryStreamArn()
The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.
|
java.lang.String |
getIamRoleArn()
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.
|
java.lang.String getDeliveryStreamArn()
java.lang.String getIamRoleArn()