| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Template.CascadingControlConfigurationProperty
Documentation
data ColumnIdentifierProperty Source #
Constructors
| ColumnIdentifierProperty | |
Fields
| |
Instances
data CascadingControlSourceProperty Source #
Constructors
| CascadingControlSourceProperty | |
Fields | |
Instances
| ToJSON CascadingControlSourceProperty Source # | |||||
| Show CascadingControlSourceProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.CascadingControlSourceProperty Methods showsPrec :: Int -> CascadingControlSourceProperty -> ShowS # show :: CascadingControlSourceProperty -> String # showList :: [CascadingControlSourceProperty] -> ShowS # | |||||
| Eq CascadingControlSourceProperty Source # | |||||
| ToResourceProperties CascadingControlSourceProperty Source # | |||||
| Property "ColumnToMatch" CascadingControlSourceProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.CascadingControlSourceProperty Associated Types
Methods set :: PropertyType "ColumnToMatch" CascadingControlSourceProperty -> CascadingControlSourceProperty -> CascadingControlSourceProperty # | |||||
| Property "SourceSheetControlId" CascadingControlSourceProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.CascadingControlSourceProperty Associated Types
Methods set :: PropertyType "SourceSheetControlId" CascadingControlSourceProperty -> CascadingControlSourceProperty -> CascadingControlSourceProperty # | |||||
| type PropertyType "ColumnToMatch" CascadingControlSourceProperty Source # | |||||
| type PropertyType "SourceSheetControlId" CascadingControlSourceProperty Source # | |||||
data CascadingControlConfigurationProperty Source #
Constructors
| CascadingControlConfigurationProperty | |
Instances
| ToJSON CascadingControlConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.CascadingControlConfigurationProperty Methods toJSON :: CascadingControlConfigurationProperty -> Value # toEncoding :: CascadingControlConfigurationProperty -> Encoding # toJSONList :: [CascadingControlConfigurationProperty] -> Value # toEncodingList :: [CascadingControlConfigurationProperty] -> Encoding # omitField :: CascadingControlConfigurationProperty -> Bool # | |||||
| Show CascadingControlConfigurationProperty Source # | |||||
| Eq CascadingControlConfigurationProperty Source # | |||||
| ToResourceProperties CascadingControlConfigurationProperty Source # | |||||
| Property "SourceControls" CascadingControlConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.CascadingControlConfigurationProperty Associated Types
Methods set :: PropertyType "SourceControls" CascadingControlConfigurationProperty -> CascadingControlConfigurationProperty -> CascadingControlConfigurationProperty # | |||||
| type PropertyType "SourceControls" CascadingControlConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.CascadingControlConfigurationProperty type PropertyType "SourceControls" CascadingControlConfigurationProperty = [CascadingControlSourceProperty] | |||||