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

Description

 
Synopsis

Documentation

data EC2CopyRouteTableAction Source #

An action that copies the EC2 route table for use in remediation.

See: newEC2CopyRouteTableAction smart constructor.

Constructors

EC2CopyRouteTableAction' 

Fields

  • description :: Maybe Text

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

  • vpcId :: ActionTarget

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

  • routeTableId :: ActionTarget

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

Instances

Instances details
Eq EC2CopyRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CopyRouteTableAction

Read EC2CopyRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CopyRouteTableAction

Show EC2CopyRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CopyRouteTableAction

Generic EC2CopyRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CopyRouteTableAction

Associated Types

type Rep EC2CopyRouteTableAction :: Type -> Type #

NFData EC2CopyRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CopyRouteTableAction

Methods

rnf :: EC2CopyRouteTableAction -> () #

Hashable EC2CopyRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CopyRouteTableAction

FromJSON EC2CopyRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CopyRouteTableAction

type Rep EC2CopyRouteTableAction Source # 
Instance details

Defined in Amazonka.FMS.Types.EC2CopyRouteTableAction

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

newEC2CopyRouteTableAction Source #

Create a value of EC2CopyRouteTableAction 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:EC2CopyRouteTableAction', eC2CopyRouteTableAction_description - A description of the copied EC2 route table that is associated with the remediation action.

$sel:vpcId:EC2CopyRouteTableAction', eC2CopyRouteTableAction_vpcId - The VPC ID of the copied EC2 route table that is associated with the remediation action.

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

eC2CopyRouteTableAction_description :: Lens' EC2CopyRouteTableAction (Maybe Text) Source #

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

eC2CopyRouteTableAction_vpcId :: Lens' EC2CopyRouteTableAction ActionTarget Source #

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

eC2CopyRouteTableAction_routeTableId :: Lens' EC2CopyRouteTableAction ActionTarget Source #

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