This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SMSVOICE::ConfigurationSet KinesisFirehoseDestination
Contains the delivery stream Amazon Resource Name (ARN), and the ARN of the Amazon 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 Amazon 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 Amazon 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