libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.Types.ActionTarget

Description

 
Synopsis

Documentation

data ActionTarget Source #

An ActionTarget object.

See: newActionTarget smart constructor.

Constructors

ActionTarget' 

Fields

Instances

Instances details
Eq ActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ActionTarget

Read ActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ActionTarget

Show ActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ActionTarget

Generic ActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ActionTarget

Associated Types

type Rep ActionTarget :: Type -> Type #

NFData ActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ActionTarget

Methods

rnf :: ActionTarget -> () #

Hashable ActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ActionTarget

FromJSON ActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ActionTarget

type Rep ActionTarget Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ActionTarget

type Rep ActionTarget = D1 ('MetaData "ActionTarget" "Amazonka.SecurityHub.Types.ActionTarget" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "ActionTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionTargetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newActionTarget Source #

Create a value of ActionTarget 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:actionTargetArn:ActionTarget', actionTarget_actionTargetArn - The ARN for the target action.

$sel:name:ActionTarget', actionTarget_name - The name of the action target.

$sel:description:ActionTarget', actionTarget_description - The description of the target action.

actionTarget_actionTargetArn :: Lens' ActionTarget Text Source #

The ARN for the target action.

actionTarget_name :: Lens' ActionTarget Text Source #

The name of the action target.

actionTarget_description :: Lens' ActionTarget Text Source #

The description of the target action.