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 |
Documentation
data VpcConfiguration Source #
Describes the parameters of a VPC used by the application.
See: newVpcConfiguration
smart constructor.
VpcConfiguration' | |
|
Instances
:: NonEmpty Text | |
-> NonEmpty Text | |
-> VpcConfiguration |
Create a value of VpcConfiguration
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:subnetIds:VpcConfiguration'
, vpcConfiguration_subnetIds
- The array of
Subnet
IDs used by the VPC configuration.
$sel:securityGroupIds:VpcConfiguration'
, vpcConfiguration_securityGroupIds
- The array of
SecurityGroup
IDs used by the VPC configuration.
vpcConfiguration_subnetIds :: Lens' VpcConfiguration (NonEmpty Text) Source #
The array of Subnet IDs used by the VPC configuration.
vpcConfiguration_securityGroupIds :: Lens' VpcConfiguration (NonEmpty Text) Source #
The array of SecurityGroup IDs used by the VPC configuration.