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

Description

 
Synopsis

Documentation

data EC2CreateRouteTableAction Source #

Information about the CreateRouteTable action in Amazon EC2.

See: newEC2CreateRouteTableAction smart constructor.

Constructors

EC2CreateRouteTableAction' 

Fields

Instances

Instances details
Eq EC2CreateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteTableAction

Read EC2CreateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteTableAction

Show EC2CreateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteTableAction

Generic EC2CreateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteTableAction

Associated Types

type Rep EC2CreateRouteTableAction :: Type -> Type #

NFData EC2CreateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteTableAction

Hashable EC2CreateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteTableAction

FromJSON EC2CreateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteTableAction

type Rep EC2CreateRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CreateRouteTableAction

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

newEC2CreateRouteTableAction Source #

Create a value of EC2CreateRouteTableAction 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:description:EC2CreateRouteTableAction', eC2CreateRouteTableAction_description - A description of the CreateRouteTable action.

$sel:vpcId:EC2CreateRouteTableAction', eC2CreateRouteTableAction_vpcId - Information about the ID of a VPC.

eC2CreateRouteTableAction_description :: Lens' EC2CreateRouteTableAction (Maybe Text) Source #

A description of the CreateRouteTable action.