libZSservicesZSamazonka-fmsZSamazonka-fms
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.FMS.Types.EC2AssociateRouteTableAction

Description

 
Synopsis

Documentation

data EC2AssociateRouteTableAction Source #

The action of associating an EC2 resource, such as a subnet or internet gateway, with a route table.

See: newEC2AssociateRouteTableAction smart constructor.

Constructors

EC2AssociateRouteTableAction' 

Fields

Instances

Instances details
Eq EC2AssociateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2AssociateRouteTableAction

Read EC2AssociateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2AssociateRouteTableAction

Show EC2AssociateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2AssociateRouteTableAction

Generic EC2AssociateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2AssociateRouteTableAction

Associated Types

type Rep EC2AssociateRouteTableAction :: Type -> Type #

NFData EC2AssociateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2AssociateRouteTableAction

Hashable EC2AssociateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2AssociateRouteTableAction

FromJSON EC2AssociateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2AssociateRouteTableAction

type Rep EC2AssociateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2AssociateRouteTableAction

type Rep EC2AssociateRouteTableAction = D1 ('MetaData "EC2AssociateRouteTableAction" "Amazonka.FMS.Types.EC2AssociateRouteTableAction" "libZSservicesZSamazonka-fmsZSamazonka-fms" 'False) (C1 ('MetaCons "EC2AssociateRouteTableAction'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionTarget)) :*: S1 ('MetaSel ('Just "gatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionTarget))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "routeTableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActionTarget))))

newEC2AssociateRouteTableAction Source #

Create a value of EC2AssociateRouteTableAction 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:subnetId:EC2AssociateRouteTableAction', eC2AssociateRouteTableAction_subnetId - The ID of the subnet for the EC2 route table that is associated with the remediation action.

$sel:gatewayId:EC2AssociateRouteTableAction', eC2AssociateRouteTableAction_gatewayId - The ID of the gateway to be used with the EC2 route table that is associated with the remediation action.

$sel:description:EC2AssociateRouteTableAction', eC2AssociateRouteTableAction_description - A description of the EC2 route table that is associated with the remediation action.

$sel:routeTableId:EC2AssociateRouteTableAction', eC2AssociateRouteTableAction_routeTableId - The ID of the EC2 route table that is associated with the remediation action.

eC2AssociateRouteTableAction_subnetId :: Lens' EC2AssociateRouteTableAction (Maybe ActionTarget) Source #

The ID of the subnet for the EC2 route table that is associated with the remediation action.

eC2AssociateRouteTableAction_gatewayId :: Lens' EC2AssociateRouteTableAction (Maybe ActionTarget) Source #

The ID of the gateway to be used with the EC2 route table that is associated with the remediation action.

eC2AssociateRouteTableAction_description :: Lens' EC2AssociateRouteTableAction (Maybe Text) Source #

A description of the EC2 route table that is associated with the remediation action.

eC2AssociateRouteTableAction_routeTableId :: Lens' EC2AssociateRouteTableAction ActionTarget Source #

The ID of the EC2 route table that is associated with the remediation action.