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

Description

Enables the integration of a partner product with Security Hub. Integrated products send findings to Security Hub.

When you enable a product integration, a permissions policy that grants permission for the product to send findings to Security Hub is applied.

Synopsis

Creating a Request

data EnableImportFindingsForProduct Source #

See: newEnableImportFindingsForProduct smart constructor.

Constructors

EnableImportFindingsForProduct' 

Fields

  • productArn :: Text

    The ARN of the product to enable the integration for.

Instances

Instances details
Eq EnableImportFindingsForProduct Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

Read EnableImportFindingsForProduct Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

Show EnableImportFindingsForProduct Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

Generic EnableImportFindingsForProduct Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

Associated Types

type Rep EnableImportFindingsForProduct :: Type -> Type #

NFData EnableImportFindingsForProduct Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

Hashable EnableImportFindingsForProduct Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

ToJSON EnableImportFindingsForProduct Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

AWSRequest EnableImportFindingsForProduct Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

ToHeaders EnableImportFindingsForProduct Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

ToPath EnableImportFindingsForProduct Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

ToQuery EnableImportFindingsForProduct Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

type Rep EnableImportFindingsForProduct Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

type Rep EnableImportFindingsForProduct = D1 ('MetaData "EnableImportFindingsForProduct" "Amazonka.SecurityHub.EnableImportFindingsForProduct" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "EnableImportFindingsForProduct'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse EnableImportFindingsForProduct Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

newEnableImportFindingsForProduct Source #

Create a value of EnableImportFindingsForProduct 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:productArn:EnableImportFindingsForProduct', enableImportFindingsForProduct_productArn - The ARN of the product to enable the integration for.

Request Lenses

enableImportFindingsForProduct_productArn :: Lens' EnableImportFindingsForProduct Text Source #

The ARN of the product to enable the integration for.

Destructuring the Response

data EnableImportFindingsForProductResponse Source #

Constructors

EnableImportFindingsForProductResponse' 

Fields

Instances

Instances details
Eq EnableImportFindingsForProductResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

Read EnableImportFindingsForProductResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

Show EnableImportFindingsForProductResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

Generic EnableImportFindingsForProductResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

NFData EnableImportFindingsForProductResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

type Rep EnableImportFindingsForProductResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.EnableImportFindingsForProduct

type Rep EnableImportFindingsForProductResponse = D1 ('MetaData "EnableImportFindingsForProductResponse" "Amazonka.SecurityHub.EnableImportFindingsForProduct" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "EnableImportFindingsForProductResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "productSubscriptionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newEnableImportFindingsForProductResponse Source #

Create a value of EnableImportFindingsForProductResponse 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:productSubscriptionArn:EnableImportFindingsForProductResponse', enableImportFindingsForProductResponse_productSubscriptionArn - The ARN of your subscription to the product to enable integrations for.

$sel:httpStatus:EnableImportFindingsForProductResponse', enableImportFindingsForProductResponse_httpStatus - The response's http status code.

Response Lenses

enableImportFindingsForProductResponse_productSubscriptionArn :: Lens' EnableImportFindingsForProductResponse (Maybe Text) Source #

The ARN of your subscription to the product to enable integrations for.