stratosphere-0.2.2: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.SNSTopic

Description

The AWS::SNS::Topic type creates an Amazon Simple Notification Service (Amazon SNS) topic.

Synopsis

Documentation

data SNSTopic Source #

Full data type definition for SNSTopic. See snsTopic for a more convenient constructor.

Instances

snsTopic :: SNSTopic Source #

Constructor for SNSTopic containing required fields as arguments.

snstDisplayName :: Lens' SNSTopic (Maybe (Val Text)) Source #

A developer-defined string that can be used to identify this SNS topic.

snstSubscription :: Lens' SNSTopic (Maybe [SNSTopicSubscription]) Source #

The SNS subscriptions (endpoints) for this topic.

snstTopicName :: Lens' SNSTopic (Maybe (Val Text)) Source #

A name for the topic. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the topic name. For more information, see Name Type. Important If you specify a name, you cannot do updates that require this resource to be replaced. You can still do updates that require no or some interruption. If you must replace the resource, specify a new name.