| 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.EC2.Types.VpcAttachment
Description
Synopsis
Documentation
data VpcAttachment Source #
Describes an attachment between a virtual private gateway and a VPC.
See: newVpcAttachment smart constructor.
Constructors
| VpcAttachment' | |
Instances
newVpcAttachment :: VpcAttachment Source #
Create a value of VpcAttachment 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:state:VpcAttachment', vpcAttachment_state - The current state of the attachment.
$sel:vpcId:VpcAttachment', vpcAttachment_vpcId - The ID of the VPC.
vpcAttachment_state :: Lens' VpcAttachment (Maybe AttachmentStatus) Source #
The current state of the attachment.
vpcAttachment_vpcId :: Lens' VpcAttachment (Maybe Text) Source #
The ID of the VPC.