| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Dashboard.ParameterDeclarationProperty
Documentation
data StringParameterDeclarationProperty Source #
Constructors
| StringParameterDeclarationProperty | |
Instances
data StringDefaultValuesProperty Source #
Constructors
| StringDefaultValuesProperty | |
Fields | |
Instances
| ToJSON StringDefaultValuesProperty Source # | |||||
| Show StringDefaultValuesProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.StringDefaultValuesProperty Methods showsPrec :: Int -> StringDefaultValuesProperty -> ShowS # show :: StringDefaultValuesProperty -> String # showList :: [StringDefaultValuesProperty] -> ShowS # | |||||
| Eq StringDefaultValuesProperty Source # | |||||
| ToResourceProperties StringDefaultValuesProperty Source # | |||||
| Property "DynamicValue" StringDefaultValuesProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.StringDefaultValuesProperty Associated Types
Methods set :: PropertyType "DynamicValue" StringDefaultValuesProperty -> StringDefaultValuesProperty -> StringDefaultValuesProperty # | |||||
| Property "StaticValues" StringDefaultValuesProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.StringDefaultValuesProperty Associated Types
Methods set :: PropertyType "StaticValues" StringDefaultValuesProperty -> StringDefaultValuesProperty -> StringDefaultValuesProperty # | |||||
| type PropertyType "DynamicValue" StringDefaultValuesProperty Source # | |||||
| type PropertyType "StaticValues" StringDefaultValuesProperty Source # | |||||
data StringValueWhenUnsetConfigurationProperty Source #
Constructors
| StringValueWhenUnsetConfigurationProperty | |
Fields
| |
Instances
| ToJSON StringValueWhenUnsetConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.StringValueWhenUnsetConfigurationProperty Methods toJSON :: StringValueWhenUnsetConfigurationProperty -> Value # toEncoding :: StringValueWhenUnsetConfigurationProperty -> Encoding # toJSONList :: [StringValueWhenUnsetConfigurationProperty] -> Value # toEncodingList :: [StringValueWhenUnsetConfigurationProperty] -> Encoding # omitField :: StringValueWhenUnsetConfigurationProperty -> Bool # | |||||
| Show StringValueWhenUnsetConfigurationProperty Source # | |||||
| Eq StringValueWhenUnsetConfigurationProperty Source # | |||||
| ToResourceProperties StringValueWhenUnsetConfigurationProperty Source # | |||||
| Property "CustomValue" StringValueWhenUnsetConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.StringValueWhenUnsetConfigurationProperty Associated Types
Methods set :: PropertyType "CustomValue" StringValueWhenUnsetConfigurationProperty -> StringValueWhenUnsetConfigurationProperty -> StringValueWhenUnsetConfigurationProperty # | |||||
| Property "ValueWhenUnsetOption" StringValueWhenUnsetConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.StringValueWhenUnsetConfigurationProperty Associated Types
Methods set :: PropertyType "ValueWhenUnsetOption" StringValueWhenUnsetConfigurationProperty -> StringValueWhenUnsetConfigurationProperty -> StringValueWhenUnsetConfigurationProperty # | |||||
| type PropertyType "CustomValue" StringValueWhenUnsetConfigurationProperty Source # | |||||
| type PropertyType "ValueWhenUnsetOption" StringValueWhenUnsetConfigurationProperty Source # | |||||
mkStringParameterDeclarationProperty :: Value Text -> Value Text -> StringParameterDeclarationProperty Source #
data ParameterDeclarationProperty Source #
Constructors
| ParameterDeclarationProperty | |
Fields
| |
Instances
| ToJSON ParameterDeclarationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ParameterDeclarationProperty Methods toJSON :: ParameterDeclarationProperty -> Value # toEncoding :: ParameterDeclarationProperty -> Encoding # toJSONList :: [ParameterDeclarationProperty] -> Value # toEncodingList :: [ParameterDeclarationProperty] -> Encoding # | |||||
| Show ParameterDeclarationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ParameterDeclarationProperty Methods showsPrec :: Int -> ParameterDeclarationProperty -> ShowS # show :: ParameterDeclarationProperty -> String # showList :: [ParameterDeclarationProperty] -> ShowS # | |||||
| Eq ParameterDeclarationProperty Source # | |||||
| ToResourceProperties ParameterDeclarationProperty Source # | |||||
| Property "DateTimeParameterDeclaration" ParameterDeclarationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ParameterDeclarationProperty Associated Types
Methods set :: PropertyType "DateTimeParameterDeclaration" ParameterDeclarationProperty -> ParameterDeclarationProperty -> ParameterDeclarationProperty # | |||||
| Property "DecimalParameterDeclaration" ParameterDeclarationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ParameterDeclarationProperty Associated Types
Methods set :: PropertyType "DecimalParameterDeclaration" ParameterDeclarationProperty -> ParameterDeclarationProperty -> ParameterDeclarationProperty # | |||||
| Property "IntegerParameterDeclaration" ParameterDeclarationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ParameterDeclarationProperty Associated Types
Methods set :: PropertyType "IntegerParameterDeclaration" ParameterDeclarationProperty -> ParameterDeclarationProperty -> ParameterDeclarationProperty # | |||||
| Property "StringParameterDeclaration" ParameterDeclarationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ParameterDeclarationProperty Associated Types
Methods set :: PropertyType "StringParameterDeclaration" ParameterDeclarationProperty -> ParameterDeclarationProperty -> ParameterDeclarationProperty # | |||||
| type PropertyType "DateTimeParameterDeclaration" ParameterDeclarationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ParameterDeclarationProperty type PropertyType "DateTimeParameterDeclaration" ParameterDeclarationProperty = DateTimeParameterDeclarationProperty | |||||
| type PropertyType "DecimalParameterDeclaration" ParameterDeclarationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ParameterDeclarationProperty type PropertyType "DecimalParameterDeclaration" ParameterDeclarationProperty = DecimalParameterDeclarationProperty | |||||
| type PropertyType "IntegerParameterDeclaration" ParameterDeclarationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ParameterDeclarationProperty type PropertyType "IntegerParameterDeclaration" ParameterDeclarationProperty = IntegerParameterDeclarationProperty | |||||
| type PropertyType "StringParameterDeclaration" ParameterDeclarationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.ParameterDeclarationProperty type PropertyType "StringParameterDeclaration" ParameterDeclarationProperty = StringParameterDeclarationProperty | |||||