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 VPCConfigResponse = VPCConfigResponse' {}
- newVPCConfigResponse :: VPCConfigResponse
- vPCConfigResponse_securityGroups :: Lens' VPCConfigResponse (Maybe (NonEmpty Text))
- vPCConfigResponse_vpcId :: Lens' VPCConfigResponse (Maybe Text)
- vPCConfigResponse_subnets :: Lens' VPCConfigResponse (Maybe (NonEmpty Text))
- vPCConfigResponse_assignPublicIp :: Lens' VPCConfigResponse (Maybe Bool)
Documentation
data VPCConfigResponse Source #
VPC configuration associated with your simulation job.
See: newVPCConfigResponse
smart constructor.
VPCConfigResponse' | |
|
Instances
newVPCConfigResponse :: VPCConfigResponse Source #
Create a value of VPCConfigResponse
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:VPCConfigResponse'
, vPCConfigResponse_securityGroups
- A list of security group IDs associated with the simulation job.
$sel:vpcId:VPCConfigResponse'
, vPCConfigResponse_vpcId
- The VPC ID associated with your simulation job.
$sel:subnets:VPCConfigResponse'
, vPCConfigResponse_subnets
- A list of subnet IDs associated with the simulation job.
$sel:assignPublicIp:VPCConfigResponse'
, vPCConfigResponse_assignPublicIp
- A boolean indicating if a public IP was assigned.
vPCConfigResponse_securityGroups :: Lens' VPCConfigResponse (Maybe (NonEmpty Text)) Source #
A list of security group IDs associated with the simulation job.
vPCConfigResponse_vpcId :: Lens' VPCConfigResponse (Maybe Text) Source #
The VPC ID associated with your simulation job.
vPCConfigResponse_subnets :: Lens' VPCConfigResponse (Maybe (NonEmpty Text)) Source #
A list of subnet IDs associated with the simulation job.
vPCConfigResponse_assignPublicIp :: Lens' VPCConfigResponse (Maybe Bool) Source #
A boolean indicating if a public IP was assigned.