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

Description

 
Synopsis

Documentation

data RouteTableAssociationState Source #

Describes the state of an association between a route table and a subnet or gateway.

See: newRouteTableAssociationState smart constructor.

Constructors

RouteTableAssociationState' 

Fields

Instances

Instances details
FromXML RouteTableAssociationState Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTableAssociationState

Generic RouteTableAssociationState Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTableAssociationState

Associated Types

type Rep RouteTableAssociationState :: Type -> Type #

Read RouteTableAssociationState Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTableAssociationState

Show RouteTableAssociationState Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTableAssociationState

NFData RouteTableAssociationState Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTableAssociationState

Eq RouteTableAssociationState Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTableAssociationState

Hashable RouteTableAssociationState Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTableAssociationState

type Rep RouteTableAssociationState Source # 
Instance details

Defined in Amazonka.EC2.Types.RouteTableAssociationState

type Rep RouteTableAssociationState = D1 ('MetaData "RouteTableAssociationState" "Amazonka.EC2.Types.RouteTableAssociationState" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "RouteTableAssociationState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RouteTableAssociationStateCode)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRouteTableAssociationState :: RouteTableAssociationState Source #

Create a value of RouteTableAssociationState 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:state:RouteTableAssociationState', routeTableAssociationState_state - The state of the association.

$sel:statusMessage:RouteTableAssociationState', routeTableAssociationState_statusMessage - The status message, if applicable.