AWS::SMSVOICE::ConfigurationSet KinesisFirehoseDestination - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SMSVOICE::ConfigurationSet KinesisFirehoseDestination

Contains the delivery stream Amazon Resource Name (ARN), and the ARN of the AWS Identity and Access Management (IAM) role associated with a Firehose event destination.

Event destinations, such as Firehose, are associated with configuration sets, which enable you to publish message sending events.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "DeliveryStreamArn" : String, "IamRoleArn" : String }

YAML

DeliveryStreamArn: String IamRoleArn: String

Properties

DeliveryStreamArn

The Amazon Resource Name (ARN) of the delivery stream.

Required: Yes

Type: String

Pattern: ^arn:\S+$

Update requires: No interruption

IamRoleArn

The ARN of an AWS Identity and Access Management role that is able to write event data to an Amazon Data Firehose destination.

Required: Yes

Type: String

Pattern: ^arn:\S+$

Update requires: No interruption