# AWS::SageMaker::DataQualityJobDefinition MonitoringOutputConfig The output configuration for monitoring jobs. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
"KmsKeyId" : String,
"MonitoringOutputs" : [ MonitoringOutput, ... ]
}
### YAML
KmsKeyId: String
MonitoringOutputs:
- MonitoringOutput
## Properties
#### KmsKeyId
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
_Required_: No
_Type_: String
_Maximum_: 2048
_Pattern_: .*
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### MonitoringOutputs
Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.
_Required_: Yes
_Type_: List of MonitoringOutput
_Minimum_: 1
_Maximum_: 1
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)