Interface CfnResponsePlanPropsMixin.NotificationTargetItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResponsePlanPropsMixin.NotificationTargetItemProperty.Jsii$Proxy
- Enclosing class:
CfnResponsePlanPropsMixin
@Stability(Stable)
public static interface CfnResponsePlanPropsMixin.NotificationTargetItemProperty
extends software.amazon.jsii.JsiiSerializable
The Amazon topic that's used by to notify the incidents chat channel.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.ssmincidents.mixins.*;
NotificationTargetItemProperty notificationTargetItemProperty = NotificationTargetItemProperty.builder()
.snsTopicArn("snsTopicArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResponsePlanPropsMixin.NotificationTargetItemPropertystatic final classAn implementation forCfnResponsePlanPropsMixin.NotificationTargetItemProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSnsTopicArn
The Amazon Resource Name (ARN) of the Amazon topic.- See Also:
-
builder
@Stability(Stable) static CfnResponsePlanPropsMixin.NotificationTargetItemProperty.Builder builder()
-