Interface CfnMitigationAction.PublishFindingToSnsParamsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMitigationAction.PublishFindingToSnsParamsProperty.Jsii$Proxy
- Enclosing class:
- CfnMitigationAction
@Stability(Stable)
public static interface CfnMitigationAction.PublishFindingToSnsParamsProperty
extends software.amazon.jsii.JsiiSerializable
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.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iot.*; PublishFindingToSnsParamsProperty publishFindingToSnsParamsProperty = PublishFindingToSnsParamsProperty.builder() .topicArn("topicArn") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnMitigationAction.PublishFindingToSnsParamsProperty
static final class
An implementation forCfnMitigationAction.PublishFindingToSnsParamsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARN of the topic to which you want to publish the findings.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTopicArn
The ARN of the topic to which you want to publish the findings. -
builder
-