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 OptionGroup = OptionGroup' {}
- newOptionGroup :: OptionGroup
- optionGroup_optionGroupDescription :: Lens' OptionGroup (Maybe Text)
- optionGroup_vpcId :: Lens' OptionGroup (Maybe Text)
- optionGroup_allowsVpcAndNonVpcInstanceMemberships :: Lens' OptionGroup (Maybe Bool)
- optionGroup_engineName :: Lens' OptionGroup (Maybe Text)
- optionGroup_optionGroupArn :: Lens' OptionGroup (Maybe Text)
- optionGroup_majorEngineVersion :: Lens' OptionGroup (Maybe Text)
- optionGroup_options :: Lens' OptionGroup (Maybe [Option])
- optionGroup_optionGroupName :: Lens' OptionGroup (Maybe Text)
Documentation
data OptionGroup Source #
See: newOptionGroup
smart constructor.
OptionGroup' | |
|
Instances
newOptionGroup :: OptionGroup Source #
Create a value of OptionGroup
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:optionGroupDescription:OptionGroup'
, optionGroup_optionGroupDescription
- Provides a description of the option group.
$sel:vpcId:OptionGroup'
, optionGroup_vpcId
- If AllowsVpcAndNonVpcInstanceMemberships is false
, this field is
blank. If AllowsVpcAndNonVpcInstanceMemberships is true
and this
field is blank, then this option group can be applied to both VPC and
non-VPC instances. If this field contains a value, then this option
group can only be applied to instances that are in the VPC indicated by
this field.
$sel:allowsVpcAndNonVpcInstanceMemberships:OptionGroup'
, optionGroup_allowsVpcAndNonVpcInstanceMemberships
- Indicates whether this option group can be applied to both VPC and
non-VPC instances. The value true
indicates the option group can be
applied to both VPC and non-VPC instances.
$sel:engineName:OptionGroup'
, optionGroup_engineName
- Indicates the name of the engine that this option group can be applied
to.
$sel:optionGroupArn:OptionGroup'
, optionGroup_optionGroupArn
- The Amazon Resource Name (ARN) for the option group.
$sel:majorEngineVersion:OptionGroup'
, optionGroup_majorEngineVersion
- Indicates the major engine version associated with this option group.
$sel:options:OptionGroup'
, optionGroup_options
- Indicates what options are available in the option group.
$sel:optionGroupName:OptionGroup'
, optionGroup_optionGroupName
- Specifies the name of the option group.
optionGroup_optionGroupDescription :: Lens' OptionGroup (Maybe Text) Source #
Provides a description of the option group.
optionGroup_vpcId :: Lens' OptionGroup (Maybe Text) Source #
If AllowsVpcAndNonVpcInstanceMemberships is false
, this field is
blank. If AllowsVpcAndNonVpcInstanceMemberships is true
and this
field is blank, then this option group can be applied to both VPC and
non-VPC instances. If this field contains a value, then this option
group can only be applied to instances that are in the VPC indicated by
this field.
optionGroup_allowsVpcAndNonVpcInstanceMemberships :: Lens' OptionGroup (Maybe Bool) Source #
Indicates whether this option group can be applied to both VPC and
non-VPC instances. The value true
indicates the option group can be
applied to both VPC and non-VPC instances.
optionGroup_engineName :: Lens' OptionGroup (Maybe Text) Source #
Indicates the name of the engine that this option group can be applied to.
optionGroup_optionGroupArn :: Lens' OptionGroup (Maybe Text) Source #
The Amazon Resource Name (ARN) for the option group.
optionGroup_majorEngineVersion :: Lens' OptionGroup (Maybe Text) Source #
Indicates the major engine version associated with this option group.
optionGroup_options :: Lens' OptionGroup (Maybe [Option]) Source #
Indicates what options are available in the option group.
optionGroup_optionGroupName :: Lens' OptionGroup (Maybe Text) Source #
Specifies the name of the option group.