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

Description

 
Synopsis

Documentation

data LocalGatewayRouteTable Source #

Describes a local gateway route table.

See: newLocalGatewayRouteTable smart constructor.

Constructors

LocalGatewayRouteTable' 

Fields

Instances

Instances details
FromXML LocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTable

Generic LocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTable

Associated Types

type Rep LocalGatewayRouteTable :: Type -> Type #

Read LocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTable

Show LocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTable

NFData LocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTable

Methods

rnf :: LocalGatewayRouteTable -> () #

Eq LocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTable

Hashable LocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTable

type Rep LocalGatewayRouteTable Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayRouteTable

newLocalGatewayRouteTable :: LocalGatewayRouteTable Source #

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

$sel:localGatewayRouteTableArn:LocalGatewayRouteTable', localGatewayRouteTable_localGatewayRouteTableArn - The Amazon Resource Name (ARN) of the local gateway route table.

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

$sel:mode:LocalGatewayRouteTable', localGatewayRouteTable_mode - The mode of the local gateway route table.

$sel:outpostArn:LocalGatewayRouteTable', localGatewayRouteTable_outpostArn - The Amazon Resource Name (ARN) of the Outpost.

$sel:ownerId:LocalGatewayRouteTable', localGatewayRouteTable_ownerId - The ID of the Amazon Web Services account that owns the local gateway route table.

$sel:state:LocalGatewayRouteTable', localGatewayRouteTable_state - The state of the local gateway route table.

$sel:stateReason:LocalGatewayRouteTable', localGatewayRouteTable_stateReason - Information about the state change.

$sel:tags:LocalGatewayRouteTable', localGatewayRouteTable_tags - The tags assigned to the local gateway route table.

localGatewayRouteTable_localGatewayRouteTableArn :: Lens' LocalGatewayRouteTable (Maybe Text) Source #

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

localGatewayRouteTable_outpostArn :: Lens' LocalGatewayRouteTable (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost.

localGatewayRouteTable_ownerId :: Lens' LocalGatewayRouteTable (Maybe Text) Source #

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

localGatewayRouteTable_state :: Lens' LocalGatewayRouteTable (Maybe Text) Source #

The state of the local gateway route table.

localGatewayRouteTable_tags :: Lens' LocalGatewayRouteTable (Maybe [Tag]) Source #

The tags assigned to the local gateway route table.