# AWS::SageMaker::MonitoringSchedule S3Output Information about where and how to store the results of a monitoring job. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "LocalPath" : String, "S3UploadMode" : String, "S3Uri" : String }### YAML
LocalPath: String S3UploadMode: String S3Uri: String## Properties #### LocalPath The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data. _Required_: Yes _Type_: String _Maximum_:
256
_Pattern_: .*
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### S3UploadMode
Whether to upload the results of the monitoring job continuously or after the job completes.
_Required_: No
_Type_: String
_Allowed Values_: Continuous
| EndOfJob
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### S3Uri
A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.
_Required_: Yes
_Type_: String
_Maximum_: 512
_Pattern_: ^(https|s3)://([^/]+)/?(.*)$
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)