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