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
Documentation
data VpcDescription Source #
The description of the VPC in which the connector resides.
See: newVpcDescription
smart constructor.
Instances
newVpcDescription :: VpcDescription Source #
Create a value of VpcDescription
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:securityGroups:VpcDescription'
, vpcDescription_securityGroups
- The security groups for the connector.
$sel:subnets:VpcDescription'
, vpcDescription_subnets
- The subnets for the connector.
vpcDescription_securityGroups :: Lens' VpcDescription (Maybe [Text]) Source #
The security groups for the connector.
vpcDescription_subnets :: Lens' VpcDescription (Maybe [Text]) Source #
The subnets for the connector.