aws-cdk-lib.aws_sagemaker.CfnWorkteam.NotificationConfigurationProperty

interface NotificationConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnWorkteam.NotificationConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnWorkteam_NotificationConfigurationProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnWorkteam.NotificationConfigurationProperty
Pythonaws_cdk.aws_sagemaker.CfnWorkteam.NotificationConfigurationProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnWorkteam » NotificationConfigurationProperty

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 { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const notificationConfigurationProperty: sagemaker.CfnWorkteam.NotificationConfigurationProperty = {
  notificationTopicArn: 'notificationTopicArn',
};

Properties

NameTypeDescription
notificationTopicArnstringThe ARN for the Amazon SNS topic to which notifications should be published.

notificationTopicArn

Type: string

The ARN for the Amazon SNS topic to which notifications should be published.