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 VpcDestinationSummary = VpcDestinationSummary' {}
- newVpcDestinationSummary :: VpcDestinationSummary
- vpcDestinationSummary_securityGroups :: Lens' VpcDestinationSummary (Maybe [Text])
- vpcDestinationSummary_subnetIds :: Lens' VpcDestinationSummary (Maybe [Text])
- vpcDestinationSummary_vpcId :: Lens' VpcDestinationSummary (Maybe Text)
- vpcDestinationSummary_roleArn :: Lens' VpcDestinationSummary (Maybe Text)
Documentation
data VpcDestinationSummary Source #
The summary of a virtual private cloud (VPC) destination.
See: newVpcDestinationSummary
smart constructor.
Instances
newVpcDestinationSummary :: VpcDestinationSummary Source #
Create a value of VpcDestinationSummary
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:VpcDestinationSummary'
, vpcDestinationSummary_securityGroups
- The security groups of the VPC destination.
$sel:subnetIds:VpcDestinationSummary'
, vpcDestinationSummary_subnetIds
- The subnet IDs of the VPC destination.
$sel:vpcId:VpcDestinationSummary'
, vpcDestinationSummary_vpcId
- The ID of the VPC.
$sel:roleArn:VpcDestinationSummary'
, vpcDestinationSummary_roleArn
- The ARN of a role that has permission to create and attach to elastic
network interfaces (ENIs).
vpcDestinationSummary_securityGroups :: Lens' VpcDestinationSummary (Maybe [Text]) Source #
The security groups of the VPC destination.
vpcDestinationSummary_subnetIds :: Lens' VpcDestinationSummary (Maybe [Text]) Source #
The subnet IDs of the VPC destination.
vpcDestinationSummary_vpcId :: Lens' VpcDestinationSummary (Maybe Text) Source #
The ID of the VPC.
vpcDestinationSummary_roleArn :: Lens' VpcDestinationSummary (Maybe Text) Source #
The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).