Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsSecurityFindingIdentifier = AwsSecurityFindingIdentifier' {
- id :: Text
- productArn :: Text
- newAwsSecurityFindingIdentifier :: Text -> Text -> AwsSecurityFindingIdentifier
- awsSecurityFindingIdentifier_id :: Lens' AwsSecurityFindingIdentifier Text
- awsSecurityFindingIdentifier_productArn :: Lens' AwsSecurityFindingIdentifier Text
Documentation
data AwsSecurityFindingIdentifier Source #
Identifies a finding to update using BatchUpdateFindings
.
See: newAwsSecurityFindingIdentifier
smart constructor.
AwsSecurityFindingIdentifier' | |
|
Instances
newAwsSecurityFindingIdentifier Source #
:: Text | |
-> Text | |
-> AwsSecurityFindingIdentifier |
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.