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

Description

 
Synopsis

Documentation

data AwsSecurityFindingIdentifier Source #

Identifies a finding to update using BatchUpdateFindings.

See: newAwsSecurityFindingIdentifier smart constructor.

Constructors

AwsSecurityFindingIdentifier' 

Fields

  • id :: Text

    The identifier of the finding that was specified by the finding provider.

  • productArn :: Text

    The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.

Instances

Instances details
Eq AwsSecurityFindingIdentifier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecurityFindingIdentifier

Read AwsSecurityFindingIdentifier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecurityFindingIdentifier

Show AwsSecurityFindingIdentifier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecurityFindingIdentifier

Generic AwsSecurityFindingIdentifier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecurityFindingIdentifier

Associated Types

type Rep AwsSecurityFindingIdentifier :: Type -> Type #

NFData AwsSecurityFindingIdentifier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecurityFindingIdentifier

Hashable AwsSecurityFindingIdentifier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecurityFindingIdentifier

ToJSON AwsSecurityFindingIdentifier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecurityFindingIdentifier

FromJSON AwsSecurityFindingIdentifier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecurityFindingIdentifier

type Rep AwsSecurityFindingIdentifier Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsSecurityFindingIdentifier

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

newAwsSecurityFindingIdentifier Source #

Create a value of AwsSecurityFindingIdentifier 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:id:AwsSecurityFindingIdentifier', awsSecurityFindingIdentifier_id - The identifier of the finding that was specified by the finding provider.

$sel:productArn:AwsSecurityFindingIdentifier', awsSecurityFindingIdentifier_productArn - The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.

awsSecurityFindingIdentifier_id :: Lens' AwsSecurityFindingIdentifier Text Source #

The identifier of the finding that was specified by the finding provider.

awsSecurityFindingIdentifier_productArn :: Lens' AwsSecurityFindingIdentifier Text Source #

The ARN generated by Security Hub that uniquely identifies a product that generates findings. This can be the ARN for a third-party product that is integrated with Security Hub, or the ARN for a custom integration.