stratosphere-0.2.2: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.SNSTopicSubscription

Description

Subscription is an embedded property of the AWS::SNS::Topic resource that describes the subscription endpoints for an Amazon Simple Notification Service (Amazon SNS) topic.

Synopsis

Documentation

data SNSTopicSubscription Source #

Full data type definition for SNSTopicSubscription. See snsTopicSubscription for a more convenient constructor.

snsTopicSubscription Source #

Constructor for SNSTopicSubscription containing required fields as arguments.

snstsEndpoint :: Lens' SNSTopicSubscription (Val Text) Source #

The subscription's endpoint (format depends on the protocol). For more information, see the Subscribe Endpoint parameter in the Amazon Simple Notification Service API Reference.

snstsProtocol :: Lens' SNSTopicSubscription SNSProtocol Source #

The subscription's protocol. For more information, see the Subscribe Protocol parameter in the Amazon Simple Notification Service API Reference.