libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ApiGatewayV2.Types.VpcLink

Description

 
Synopsis

Documentation

data VpcLink Source #

Represents a VPC link.

See: newVpcLink smart constructor.

Constructors

VpcLink' 

Fields

Instances

newVpcLink Source #

Create a value of VpcLink 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:createdDate:VpcLink', vpcLink_createdDate - The timestamp when the VPC link was created.

$sel:vpcLinkVersion:VpcLink', vpcLink_vpcLinkVersion - The version of the VPC link.

$sel:vpcLinkStatusMessage:VpcLink', vpcLink_vpcLinkStatusMessage - A message summarizing the cause of the status of the VPC link.

$sel:tags:VpcLink', vpcLink_tags - Tags for the VPC link.

$sel:vpcLinkStatus:VpcLink', vpcLink_vpcLinkStatus - The status of the VPC link.

$sel:vpcLinkId:VpcLink', vpcLink_vpcLinkId - The ID of the VPC link.

$sel:securityGroupIds:VpcLink', vpcLink_securityGroupIds - A list of security group IDs for the VPC link.

$sel:subnetIds:VpcLink', vpcLink_subnetIds - A list of subnet IDs to include in the VPC link.

$sel:name:VpcLink', vpcLink_name - The name of the VPC link.

vpcLink_createdDate :: Lens' VpcLink (Maybe UTCTime) Source #

The timestamp when the VPC link was created.

vpcLink_vpcLinkStatusMessage :: Lens' VpcLink (Maybe Text) Source #

A message summarizing the cause of the status of the VPC link.

vpcLink_tags :: Lens' VpcLink (Maybe (HashMap Text Text)) Source #

Tags for the VPC link.

vpcLink_vpcLinkId :: Lens' VpcLink Text Source #

The ID of the VPC link.

vpcLink_securityGroupIds :: Lens' VpcLink [Text] Source #

A list of security group IDs for the VPC link.

vpcLink_subnetIds :: Lens' VpcLink [Text] Source #

A list of subnet IDs to include in the VPC link.

vpcLink_name :: Lens' VpcLink Text Source #

The name of the VPC link.