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 VpcConfigurationUpdate = VpcConfigurationUpdate' {}
- newVpcConfigurationUpdate :: Text -> VpcConfigurationUpdate
- vpcConfigurationUpdate_subnetIdUpdates :: Lens' VpcConfigurationUpdate (Maybe (NonEmpty Text))
- vpcConfigurationUpdate_securityGroupIdUpdates :: Lens' VpcConfigurationUpdate (Maybe (NonEmpty Text))
- vpcConfigurationUpdate_vpcConfigurationId :: Lens' VpcConfigurationUpdate Text
Documentation
data VpcConfigurationUpdate Source #
Describes updates to the VPC configuration used by the application.
See: newVpcConfigurationUpdate
smart constructor.
VpcConfigurationUpdate' | |
|
Instances
newVpcConfigurationUpdate Source #
Create a value of VpcConfigurationUpdate
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:subnetIdUpdates:VpcConfigurationUpdate'
, vpcConfigurationUpdate_subnetIdUpdates
- Describes updates to the array of
Subnet
IDs used by the VPC configuration.
$sel:securityGroupIdUpdates:VpcConfigurationUpdate'
, vpcConfigurationUpdate_securityGroupIdUpdates
- Describes updates to the array of
SecurityGroup
IDs used by the VPC configuration.
$sel:vpcConfigurationId:VpcConfigurationUpdate'
, vpcConfigurationUpdate_vpcConfigurationId
- Describes an update to the ID of the VPC configuration.
vpcConfigurationUpdate_subnetIdUpdates :: Lens' VpcConfigurationUpdate (Maybe (NonEmpty Text)) Source #
Describes updates to the array of Subnet IDs used by the VPC configuration.
vpcConfigurationUpdate_securityGroupIdUpdates :: Lens' VpcConfigurationUpdate (Maybe (NonEmpty Text)) Source #
Describes updates to the array of SecurityGroup IDs used by the VPC configuration.
vpcConfigurationUpdate_vpcConfigurationId :: Lens' VpcConfigurationUpdate Text Source #
Describes an update to the ID of the VPC configuration.