| 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.StringParameterDeclaration
Description
Synopsis
- data StringParameterDeclaration = StringParameterDeclaration' {}
- newStringParameterDeclaration :: ParameterValueType -> Text -> StringParameterDeclaration
- stringParameterDeclaration_defaultValues :: Lens' StringParameterDeclaration (Maybe StringDefaultValues)
- stringParameterDeclaration_valueWhenUnset :: Lens' StringParameterDeclaration (Maybe StringValueWhenUnsetConfiguration)
- stringParameterDeclaration_parameterValueType :: Lens' StringParameterDeclaration ParameterValueType
- stringParameterDeclaration_name :: Lens' StringParameterDeclaration Text
Documentation
data StringParameterDeclaration Source #
A parameter declaration for the String data type.
See: newStringParameterDeclaration smart constructor.
Constructors
| StringParameterDeclaration' | |
Fields
| |
Instances
newStringParameterDeclaration Source #
Arguments
| :: ParameterValueType | |
| -> Text | |
| -> StringParameterDeclaration |
Create a value of StringParameterDeclaration 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:StringParameterDeclaration', stringParameterDeclaration_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:StringParameterDeclaration', stringParameterDeclaration_valueWhenUnset - The configuration that defines the default value of a String parameter
when a value has not been set.
$sel:parameterValueType:StringParameterDeclaration', stringParameterDeclaration_parameterValueType - The value type determines whether the parameter is a single-value or
multi-value parameter.
$sel:name:StringParameterDeclaration', stringParameterDeclaration_name - The name of the parameter that is being declared.
stringParameterDeclaration_defaultValues :: Lens' StringParameterDeclaration (Maybe StringDefaultValues) Source #
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
stringParameterDeclaration_valueWhenUnset :: Lens' StringParameterDeclaration (Maybe StringValueWhenUnsetConfiguration) Source #
The configuration that defines the default value of a String parameter
when a value has not been set.
stringParameterDeclaration_parameterValueType :: Lens' StringParameterDeclaration ParameterValueType Source #
The value type determines whether the parameter is a single-value or multi-value parameter.
stringParameterDeclaration_name :: Lens' StringParameterDeclaration Text Source #
The name of the parameter that is being declared.