| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RobOMaker.Types.VPCConfigResponse
Description
Synopsis
- data VPCConfigResponse = VPCConfigResponse' {}
- newVPCConfigResponse :: VPCConfigResponse
- vPCConfigResponse_assignPublicIp :: Lens' VPCConfigResponse (Maybe Bool)
- vPCConfigResponse_securityGroups :: Lens' VPCConfigResponse (Maybe (NonEmpty Text))
- vPCConfigResponse_subnets :: Lens' VPCConfigResponse (Maybe (NonEmpty Text))
- vPCConfigResponse_vpcId :: Lens' VPCConfigResponse (Maybe Text)
Documentation
data VPCConfigResponse Source #
VPC configuration associated with your simulation job.
See: newVPCConfigResponse smart constructor.
Constructors
| VPCConfigResponse' | |
Fields
| |
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:assignPublicIp:VPCConfigResponse', vPCConfigResponse_assignPublicIp - A boolean indicating if a public IP was assigned.
$sel:securityGroups:VPCConfigResponse', vPCConfigResponse_securityGroups - A list of security group IDs associated with the simulation job.
$sel:subnets:VPCConfigResponse', vPCConfigResponse_subnets - A list of subnet IDs associated with the simulation job.
$sel:vpcId:VPCConfigResponse', vPCConfigResponse_vpcId - The VPC ID associated with your simulation job.
vPCConfigResponse_assignPublicIp :: Lens' VPCConfigResponse (Maybe Bool) Source #
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_subnets :: Lens' VPCConfigResponse (Maybe (NonEmpty Text)) Source #
A list of subnet IDs associated with the simulation job.
vPCConfigResponse_vpcId :: Lens' VPCConfigResponse (Maybe Text) Source #
The VPC ID associated with your simulation job.