amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.VpcClassicLink

Description

 
Synopsis

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' 

Fields

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.