@Stability(value=Stable)
public static interface CfnWorkteam.NotificationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWorkteam.NotificationConfigurationProperty.Builder
A builder for
CfnWorkteam.NotificationConfigurationProperty |
static class |
CfnWorkteam.NotificationConfigurationProperty.Jsii$Proxy
An implementation for
CfnWorkteam.NotificationConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkteam.NotificationConfigurationProperty.Builder |
builder() |
String |
getNotificationTopicArn()
The ARN for the Amazon SNS topic to which notifications should be published.
|
@Stability(value=Stable) @NotNull String getNotificationTopicArn()
@Stability(value=Stable) static CfnWorkteam.NotificationConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.