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 |
Documentation
data PublishFindingToSnsParams Source #
Parameters to define a mitigation action that publishes findings to Amazon SNS. You can implement your own custom actions in response to the Amazon SNS messages.
See: newPublishFindingToSnsParams
smart constructor.
Instances
newPublishFindingToSnsParams Source #
Create a value of PublishFindingToSnsParams
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:topicArn:PublishFindingToSnsParams'
, publishFindingToSnsParams_topicArn
- The ARN of the topic to which you want to publish the findings.
publishFindingToSnsParams_topicArn :: Lens' PublishFindingToSnsParams Text Source #
The ARN of the topic to which you want to publish the findings.