interface NotificationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnWorkteamPropsMixin.NotificationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnWorkteamPropsMixin_NotificationConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnWorkteamPropsMixin.NotificationConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnWorkteamPropsMixin.NotificationConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » 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 { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const notificationConfigurationProperty: sagemaker.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