| 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.VpcClassicLink
Description
Documentation
data VpcClassicLink Source #
We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
Describes whether a VPC is enabled for ClassicLink.
See: newVpcClassicLink smart constructor.
Constructors
| VpcClassicLink' | |
Instances
newVpcClassicLink :: VpcClassicLink Source #
Create a value of VpcClassicLink 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:classicLinkEnabled:VpcClassicLink', vpcClassicLink_classicLinkEnabled - Indicates whether the VPC is enabled for ClassicLink.
$sel:tags:VpcClassicLink', vpcClassicLink_tags - Any tags assigned to the VPC.
$sel:vpcId:VpcClassicLink', vpcClassicLink_vpcId - The ID of the VPC.
vpcClassicLink_classicLinkEnabled :: Lens' VpcClassicLink (Maybe Bool) Source #
Indicates whether the VPC is enabled for ClassicLink.
vpcClassicLink_tags :: Lens' VpcClassicLink (Maybe [Tag]) Source #
Any tags assigned to the VPC.
vpcClassicLink_vpcId :: Lens' VpcClassicLink (Maybe Text) Source #
The ID of the VPC.