Stratosphere.SMSVOICE.Pool
module Stratosphere.SMSVOICE.Pool.MandatoryKeywordsProperty
module Stratosphere.SMSVOICE.Pool.OptionalKeywordProperty
module Stratosphere.SMSVOICE.Pool.TwoWayProperty
data Pool Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-pool.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-pool.html#cfn-smsvoice-pool-deletionprotectionenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-pool.html#cfn-smsvoice-pool-mandatorykeywords
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-pool.html#cfn-smsvoice-pool-optoutlistname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-pool.html#cfn-smsvoice-pool-optionalkeywords
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-pool.html#cfn-smsvoice-pool-originationidentities
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-pool.html#cfn-smsvoice-pool-selfmanagedoptoutsenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-pool.html#cfn-smsvoice-pool-sharedroutesenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-pool.html#cfn-smsvoice-pool-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-smsvoice-pool.html#cfn-smsvoice-pool-twoway
Defined in Stratosphere.SMSVOICE.Pool
Methods
toJSON :: Pool -> Value #
toEncoding :: Pool -> Encoding #
toJSONList :: [Pool] -> Value #
toEncodingList :: [Pool] -> Encoding #
omitField :: Pool -> Bool #
showsPrec :: Int -> Pool -> ShowS #
show :: Pool -> String #
showList :: [Pool] -> ShowS #
(==) :: Pool -> Pool -> Bool #
(/=) :: Pool -> Pool -> Bool #
toResourceProperties :: Pool -> ResourceProperties #
Associated Types
set :: PropertyType "DeletionProtectionEnabled" Pool -> Pool -> Pool #
set :: PropertyType "MandatoryKeywords" Pool -> Pool -> Pool #
set :: PropertyType "OptOutListName" Pool -> Pool -> Pool #
set :: PropertyType "OptionalKeywords" Pool -> Pool -> Pool #
set :: PropertyType "OriginationIdentities" Pool -> Pool -> Pool #
set :: PropertyType "SelfManagedOptOutsEnabled" Pool -> Pool -> Pool #
set :: PropertyType "SharedRoutesEnabled" Pool -> Pool -> Pool #
set :: PropertyType "Tags" Pool -> Pool -> Pool #
set :: PropertyType "TwoWay" Pool -> Pool -> Pool #
mkPool :: MandatoryKeywordsProperty -> ValueList Text -> Pool Source #