Interface CfnWorkteam.NotificationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkteam.NotificationConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnWorkteam
@Stability(Stable)
public static interface CfnWorkteam.NotificationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configures Amazon SNS notifications of available or expiring work items for work teams.
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.sagemaker.*;
NotificationConfigurationProperty notificationConfigurationProperty = NotificationConfigurationProperty.builder()
.notificationTopicArn("notificationTopicArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkteam.NotificationConfigurationPropertystatic final classAn implementation forCfnWorkteam.NotificationConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN for the Amazon SNS topic to which notifications should be published.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNotificationTopicArn
The ARN for the Amazon SNS topic to which notifications should be published. -
builder
-