Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SdkConfigurationProperty = SdkConfigurationProperty' {
- friendlyName :: Maybe Text
- required :: Maybe Bool
- name :: Maybe Text
- defaultValue :: Maybe Text
- description :: Maybe Text
- newSdkConfigurationProperty :: SdkConfigurationProperty
- sdkConfigurationProperty_friendlyName :: Lens' SdkConfigurationProperty (Maybe Text)
- sdkConfigurationProperty_required :: Lens' SdkConfigurationProperty (Maybe Bool)
- sdkConfigurationProperty_name :: Lens' SdkConfigurationProperty (Maybe Text)
- sdkConfigurationProperty_defaultValue :: Lens' SdkConfigurationProperty (Maybe Text)
- sdkConfigurationProperty_description :: Lens' SdkConfigurationProperty (Maybe Text)
Documentation
data SdkConfigurationProperty Source #
A configuration property of an SDK type.
See: newSdkConfigurationProperty
smart constructor.
SdkConfigurationProperty' | |
|
Instances
newSdkConfigurationProperty :: SdkConfigurationProperty Source #
Create a value of SdkConfigurationProperty
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:friendlyName:SdkConfigurationProperty'
, sdkConfigurationProperty_friendlyName
- The user-friendly name of an SdkType configuration property.
$sel:required:SdkConfigurationProperty'
, sdkConfigurationProperty_required
- A boolean flag of an SdkType configuration property to indicate if the
associated SDK configuration property is required (true
) or not
(false
).
$sel:name:SdkConfigurationProperty'
, sdkConfigurationProperty_name
- The name of a an SdkType configuration property.
$sel:defaultValue:SdkConfigurationProperty'
, sdkConfigurationProperty_defaultValue
- The default value of an SdkType configuration property.
$sel:description:SdkConfigurationProperty'
, sdkConfigurationProperty_description
- The description of an SdkType configuration property.
sdkConfigurationProperty_friendlyName :: Lens' SdkConfigurationProperty (Maybe Text) Source #
The user-friendly name of an SdkType configuration property.
sdkConfigurationProperty_required :: Lens' SdkConfigurationProperty (Maybe Bool) Source #
A boolean flag of an SdkType configuration property to indicate if the
associated SDK configuration property is required (true
) or not
(false
).
sdkConfigurationProperty_name :: Lens' SdkConfigurationProperty (Maybe Text) Source #
The name of a an SdkType configuration property.
sdkConfigurationProperty_defaultValue :: Lens' SdkConfigurationProperty (Maybe Text) Source #
The default value of an SdkType configuration property.
sdkConfigurationProperty_description :: Lens' SdkConfigurationProperty (Maybe Text) Source #
The description of an SdkType configuration property.