| 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.RDS.Types.Option
Description
Synopsis
- data Option = Option' {
- dbSecurityGroupMemberships :: Maybe [DBSecurityGroupMembership]
- optionDescription :: Maybe Text
- optionName :: Maybe Text
- optionSettings :: Maybe [OptionSetting]
- optionVersion :: Maybe Text
- permanent :: Maybe Bool
- persistent :: Maybe Bool
- port :: Maybe Int
- vpcSecurityGroupMemberships :: Maybe [VpcSecurityGroupMembership]
- newOption :: Option
- option_dbSecurityGroupMemberships :: Lens' Option (Maybe [DBSecurityGroupMembership])
- option_optionDescription :: Lens' Option (Maybe Text)
- option_optionName :: Lens' Option (Maybe Text)
- option_optionSettings :: Lens' Option (Maybe [OptionSetting])
- option_optionVersion :: Lens' Option (Maybe Text)
- option_permanent :: Lens' Option (Maybe Bool)
- option_persistent :: Lens' Option (Maybe Bool)
- option_port :: Lens' Option (Maybe Int)
- option_vpcSecurityGroupMemberships :: Lens' Option (Maybe [VpcSecurityGroupMembership])
Documentation
Option details.
See: newOption smart constructor.
Constructors
| Option' | |
Fields
| |
Instances
Create a value of Option 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:dbSecurityGroupMemberships:Option', option_dbSecurityGroupMemberships - If the option requires access to a port, then this DB security group
allows access to the port.
$sel:optionDescription:Option', option_optionDescription - The description of the option.
$sel:optionName:Option', option_optionName - The name of the option.
$sel:optionSettings:Option', option_optionSettings - The option settings for this option.
$sel:optionVersion:Option', option_optionVersion - The version of the option.
$sel:permanent:Option', option_permanent - Indicate if this option is permanent.
$sel:persistent:Option', option_persistent - Indicate if this option is persistent.
$sel:port:Option', option_port - If required, the port configured for this option to use.
$sel:vpcSecurityGroupMemberships:Option', option_vpcSecurityGroupMemberships - If the option requires access to a port, then this VPC security group
allows access to the port.
option_dbSecurityGroupMemberships :: Lens' Option (Maybe [DBSecurityGroupMembership]) Source #
If the option requires access to a port, then this DB security group allows access to the port.
option_optionSettings :: Lens' Option (Maybe [OptionSetting]) Source #
The option settings for this option.
option_port :: Lens' Option (Maybe Int) Source #
If required, the port configured for this option to use.
option_vpcSecurityGroupMemberships :: Lens' Option (Maybe [VpcSecurityGroupMembership]) Source #
If the option requires access to a port, then this VPC security group allows access to the port.