Stratosphere.AppConfig.Extension
module Stratosphere.AppConfig.Extension.ParameterProperty
data Extension Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-extension.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-extension.html#cfn-appconfig-extension-actions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-extension.html#cfn-appconfig-extension-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-extension.html#cfn-appconfig-extension-latestversionnumber
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-extension.html#cfn-appconfig-extension-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-extension.html#cfn-appconfig-extension-parameters
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-extension.html#cfn-appconfig-extension-tags
Defined in Stratosphere.AppConfig.Extension
Methods
toJSON :: Extension -> Value #
toEncoding :: Extension -> Encoding #
toJSONList :: [Extension] -> Value #
toEncodingList :: [Extension] -> Encoding #
omitField :: Extension -> Bool #
showsPrec :: Int -> Extension -> ShowS #
show :: Extension -> String #
showList :: [Extension] -> ShowS #
(==) :: Extension -> Extension -> Bool #
(/=) :: Extension -> Extension -> Bool #
toResourceProperties :: Extension -> ResourceProperties #
Associated Types
set :: PropertyType "Actions" Extension -> Extension -> Extension #
set :: PropertyType "Description" Extension -> Extension -> Extension #
set :: PropertyType "LatestVersionNumber" Extension -> Extension -> Extension #
set :: PropertyType "Name" Extension -> Extension -> Extension #
set :: PropertyType "Parameters" Extension -> Extension -> Extension #
set :: PropertyType "Tags" Extension -> Extension -> Extension #
mkExtension :: Object -> Value Text -> Extension Source #