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::SNS::Topic Subscription
Subscription is an embedded property that describes the subscription endpoints
         of an Amazon SNS topic.
Note
For full control over subscription behavior (for example, delivery policy, filtering, raw message delivery, and cross-region subscriptions), use the AWS::SNS::Subscription resource.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
- Endpoint
- 
                    The endpoint that receives notifications from the Amazon SNS topic. The endpoint value depends on the protocol that you specify. For more information, see the Endpointparameter of theSubscribeaction in the Amazon SNS API Reference.Required: Yes Type: String Update requires: No interruption 
- Protocol
- 
                    The subscription's protocol. For more information, see the Protocolparameter of theSubscribeaction in the Amazon SNS API Reference.Required: Yes Type: String Update requires: No interruption