| 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.NetworkManager.Types.VpcAttachment
Description
Synopsis
- data VpcAttachment = VpcAttachment' {
- attachment :: Maybe Attachment
- options :: Maybe VpcOptions
- subnetArns :: Maybe [Text]
- newVpcAttachment :: VpcAttachment
- vpcAttachment_attachment :: Lens' VpcAttachment (Maybe Attachment)
- vpcAttachment_options :: Lens' VpcAttachment (Maybe VpcOptions)
- vpcAttachment_subnetArns :: Lens' VpcAttachment (Maybe [Text])
Documentation
data VpcAttachment Source #
Describes a VPC attachment.
See: newVpcAttachment smart constructor.
Constructors
| VpcAttachment' | |
Fields
| |
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:attachment:VpcAttachment', vpcAttachment_attachment - Provides details about the VPC attachment.
$sel:options:VpcAttachment', vpcAttachment_options - Provides details about the VPC attachment.
$sel:subnetArns:VpcAttachment', vpcAttachment_subnetArns - The subnet ARNs.
vpcAttachment_attachment :: Lens' VpcAttachment (Maybe Attachment) Source #
Provides details about the VPC attachment.
vpcAttachment_options :: Lens' VpcAttachment (Maybe VpcOptions) Source #
Provides details about the VPC attachment.
vpcAttachment_subnetArns :: Lens' VpcAttachment (Maybe [Text]) Source #
The subnet ARNs.