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.LocalGatewayRouteTableVpcAssociation

Description

 
Synopsis

Documentation

data LocalGatewayRouteTableVpcAssociation Source #

Describes an association between a local gateway route table and a VPC.

See: newLocalGatewayRouteTableVpcAssociation smart constructor.

Constructors

LocalGatewayRouteTableVpcAssociation' 

Fields

Instances

Instances details
FromXML LocalGatewayRouteTableVpcAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTableVpcAssociation

Generic LocalGatewayRouteTableVpcAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTableVpcAssociation

Read LocalGatewayRouteTableVpcAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTableVpcAssociation

Show LocalGatewayRouteTableVpcAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTableVpcAssociation

NFData LocalGatewayRouteTableVpcAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTableVpcAssociation

Eq LocalGatewayRouteTableVpcAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTableVpcAssociation

Hashable LocalGatewayRouteTableVpcAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTableVpcAssociation

type Rep LocalGatewayRouteTableVpcAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTableVpcAssociation

type Rep LocalGatewayRouteTableVpcAssociation = D1 ('MetaData "LocalGatewayRouteTableVpcAssociation" "Amazonka.EC2.Types.LocalGatewayRouteTableVpcAssociation" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "LocalGatewayRouteTableVpcAssociation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "localGatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "localGatewayRouteTableArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "localGatewayRouteTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "localGatewayRouteTableVpcAssociationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newLocalGatewayRouteTableVpcAssociation :: LocalGatewayRouteTableVpcAssociation Source #

Create a value of LocalGatewayRouteTableVpcAssociation 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:localGatewayId:LocalGatewayRouteTableVpcAssociation', localGatewayRouteTableVpcAssociation_localGatewayId - The ID of the local gateway.

$sel:localGatewayRouteTableArn:LocalGatewayRouteTableVpcAssociation', localGatewayRouteTableVpcAssociation_localGatewayRouteTableArn - The Amazon Resource Name (ARN) of the local gateway route table for the association.

$sel:localGatewayRouteTableId:LocalGatewayRouteTableVpcAssociation', localGatewayRouteTableVpcAssociation_localGatewayRouteTableId - The ID of the local gateway route table.

$sel:localGatewayRouteTableVpcAssociationId:LocalGatewayRouteTableVpcAssociation', localGatewayRouteTableVpcAssociation_localGatewayRouteTableVpcAssociationId - The ID of the association.

$sel:ownerId:LocalGatewayRouteTableVpcAssociation', localGatewayRouteTableVpcAssociation_ownerId - The ID of the Amazon Web Services account that owns the local gateway route table for the association.

$sel:state:LocalGatewayRouteTableVpcAssociation', localGatewayRouteTableVpcAssociation_state - The state of the association.

$sel:tags:LocalGatewayRouteTableVpcAssociation', localGatewayRouteTableVpcAssociation_tags - The tags assigned to the association.

$sel:vpcId:LocalGatewayRouteTableVpcAssociation', localGatewayRouteTableVpcAssociation_vpcId - The ID of the VPC.

localGatewayRouteTableVpcAssociation_localGatewayRouteTableArn :: Lens' LocalGatewayRouteTableVpcAssociation (Maybe Text) Source #

The Amazon Resource Name (ARN) of the local gateway route table for the association.

localGatewayRouteTableVpcAssociation_ownerId :: Lens' LocalGatewayRouteTableVpcAssociation (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the local gateway route table for the association.