Stratosphere.AmplifyUIBuilder.Theme
module Stratosphere.AmplifyUIBuilder.Theme.ThemeValuesProperty
data Theme Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html#cfn-amplifyuibuilder-theme-appid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html#cfn-amplifyuibuilder-theme-environmentname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html#cfn-amplifyuibuilder-theme-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html#cfn-amplifyuibuilder-theme-overrides
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html#cfn-amplifyuibuilder-theme-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html#cfn-amplifyuibuilder-theme-values
Defined in Stratosphere.AmplifyUIBuilder.Theme
Methods
toJSON :: Theme -> Value #
toEncoding :: Theme -> Encoding #
toJSONList :: [Theme] -> Value #
toEncodingList :: [Theme] -> Encoding #
omitField :: Theme -> Bool #
showsPrec :: Int -> Theme -> ShowS #
show :: Theme -> String #
showList :: [Theme] -> ShowS #
(==) :: Theme -> Theme -> Bool #
(/=) :: Theme -> Theme -> Bool #
toResourceProperties :: Theme -> ResourceProperties #
Associated Types
set :: PropertyType "AppId" Theme -> Theme -> Theme #
set :: PropertyType "EnvironmentName" Theme -> Theme -> Theme #
set :: PropertyType "Name" Theme -> Theme -> Theme #
set :: PropertyType "Overrides" Theme -> Theme -> Theme #
set :: PropertyType "Tags" Theme -> Theme -> Theme #
set :: PropertyType "Values" Theme -> Theme -> Theme #
mkTheme :: Theme Source #