Stratosphere.ResourceExplorer2.View
module Stratosphere.ResourceExplorer2.View.IncludedPropertyProperty
module Stratosphere.ResourceExplorer2.View.SearchFilterProperty
data View Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html#cfn-resourceexplorer2-view-filters
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html#cfn-resourceexplorer2-view-includedproperties
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html#cfn-resourceexplorer2-view-scope
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html#cfn-resourceexplorer2-view-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html#cfn-resourceexplorer2-view-viewname
Defined in Stratosphere.ResourceExplorer2.View
Methods
toJSON :: View -> Value #
toEncoding :: View -> Encoding #
toJSONList :: [View] -> Value #
toEncodingList :: [View] -> Encoding #
omitField :: View -> Bool #
showsPrec :: Int -> View -> ShowS #
show :: View -> String #
showList :: [View] -> ShowS #
(==) :: View -> View -> Bool #
(/=) :: View -> View -> Bool #
toResourceProperties :: View -> ResourceProperties #
Associated Types
set :: PropertyType "Filters" View -> View -> View #
set :: PropertyType "IncludedProperties" View -> View -> View #
set :: PropertyType "Scope" View -> View -> View #
set :: PropertyType "Tags" View -> View -> View #
set :: PropertyType "ViewName" View -> View -> View #
mkView :: Value Text -> View Source #