| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.QuickSight.Types.IntegerParameterDeclaration
Description
Synopsis
- data IntegerParameterDeclaration = IntegerParameterDeclaration' {}
- newIntegerParameterDeclaration :: ParameterValueType -> Text -> IntegerParameterDeclaration
- integerParameterDeclaration_defaultValues :: Lens' IntegerParameterDeclaration (Maybe IntegerDefaultValues)
- integerParameterDeclaration_valueWhenUnset :: Lens' IntegerParameterDeclaration (Maybe IntegerValueWhenUnsetConfiguration)
- integerParameterDeclaration_parameterValueType :: Lens' IntegerParameterDeclaration ParameterValueType
- integerParameterDeclaration_name :: Lens' IntegerParameterDeclaration Text
Documentation
data IntegerParameterDeclaration Source #
A parameter declaration for the Integer data type.
See: newIntegerParameterDeclaration smart constructor.
Constructors
| IntegerParameterDeclaration' | |
| Fields 
 | |
Instances
newIntegerParameterDeclaration Source #
Arguments
| :: ParameterValueType | |
| -> Text | |
| -> IntegerParameterDeclaration | 
Create a value of IntegerParameterDeclaration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:defaultValues:IntegerParameterDeclaration', integerParameterDeclaration_defaultValues - The default values of a parameter. If the parameter is a single-value
 parameter, a maximum of one default value can be provided.
$sel:valueWhenUnset:IntegerParameterDeclaration', integerParameterDeclaration_valueWhenUnset - A parameter declaration for the Integer data type.
$sel:parameterValueType:IntegerParameterDeclaration', integerParameterDeclaration_parameterValueType - The value type determines whether the parameter is a single-value or
 multi-value parameter.
$sel:name:IntegerParameterDeclaration', integerParameterDeclaration_name - The name of the parameter that is being declared.
integerParameterDeclaration_defaultValues :: Lens' IntegerParameterDeclaration (Maybe IntegerDefaultValues) Source #
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
integerParameterDeclaration_valueWhenUnset :: Lens' IntegerParameterDeclaration (Maybe IntegerValueWhenUnsetConfiguration) Source #
A parameter declaration for the Integer data type.
integerParameterDeclaration_parameterValueType :: Lens' IntegerParameterDeclaration ParameterValueType Source #
The value type determines whether the parameter is a single-value or multi-value parameter.
integerParameterDeclaration_name :: Lens' IntegerParameterDeclaration Text Source #
The name of the parameter that is being declared.