interface NotificationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins.CfnWorkteamPropsMixin.NotificationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/mixins#CfnWorkteamPropsMixin_NotificationConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnWorkteamPropsMixin.NotificationConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_sagemaker.mixins.CfnWorkteamPropsMixin.NotificationConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sagemaker » mixins » CfnWorkteamPropsMixin » 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 { mixins as sagemaker_mixins } from '@aws-cdk/mixins-preview/aws-sagemaker';
const notificationConfigurationProperty: sagemaker_mixins.CfnWorkteamPropsMixin.NotificationConfigurationProperty = {
notificationTopicArn: 'notificationTopicArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| notification | string | The ARN for the Amazon SNS topic to which notifications should be published. |
notificationTopicArn?
Type:
string
(optional)
The ARN for the Amazon SNS topic to which notifications should be published.

.NET
Go
Java
Python
TypeScript