| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoT.Types.PublishFindingToSnsParams
Description
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.
Constructors
| PublishFindingToSnsParams' | |
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.