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();
 

See Also: