Class: Aws::SageMaker::Types::NotificationConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass NotificationConfiguration data as a hash:

{
  notification_topic_arn: "NotificationTopicArn",
}

Configures SNS notifications of available or expiring work items for work teams.

Instance Attribute Summary collapse

Instance Attribute Details

#notification_topic_arnString

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

Returns:

  • (String)


15554
15555
15556
15557
# File 'lib/aws-sdk-sagemaker/types.rb', line 15554

class NotificationConfiguration < Struct.new(
  :notification_topic_arn)
  include Aws::Structure
end