AWS::SageMaker::EndpointConfig AsyncInferenceNotificationConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SageMaker::EndpointConfig AsyncInferenceNotificationConfig

Specifies the configuration for notifications of inference results for asynchronous inference.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ErrorTopic" : String, "SuccessTopic" : String }

YAML

ErrorTopic: String SuccessTopic: String

Properties

ErrorTopic

Amazon SNS topic to post a notification to when an inference fails. If no topic is provided, no notification is sent on failure.

Required: No

Type: String

Update requires: Replacement

SuccessTopic

Amazon SNS topic to post a notification to when an inference completes successfully. If no topic is provided, no notification is sent on success.

Required: No

Type: String

Update requires: Replacement