Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data KinesisFirehoseDestination = KinesisFirehoseDestination' {}
- newKinesisFirehoseDestination :: Text -> Text -> KinesisFirehoseDestination
- kinesisFirehoseDestination_iAMRoleARN :: Lens' KinesisFirehoseDestination Text
- kinesisFirehoseDestination_deliveryStreamARN :: Lens' KinesisFirehoseDestination Text
Documentation
data KinesisFirehoseDestination Source #
Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.
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.
See: newKinesisFirehoseDestination
smart constructor.
KinesisFirehoseDestination' | |
|
Instances
newKinesisFirehoseDestination Source #
:: Text | |
-> Text | |
-> KinesisFirehoseDestination |
Create a value of KinesisFirehoseDestination
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:iAMRoleARN:KinesisFirehoseDestination'
, kinesisFirehoseDestination_iAMRoleARN
- The ARN of the IAM role under which Amazon SES publishes email sending
events to the Amazon Kinesis Firehose stream.
$sel:deliveryStreamARN:KinesisFirehoseDestination'
, kinesisFirehoseDestination_deliveryStreamARN
- The ARN of the Amazon Kinesis Firehose stream that email sending events
should be published to.
kinesisFirehoseDestination_iAMRoleARN :: Lens' KinesisFirehoseDestination Text Source #
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.
kinesisFirehoseDestination_deliveryStreamARN :: Lens' KinesisFirehoseDestination Text Source #
The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.