/dhall-aws-cloudformation/cloudformation/AWS::SageMaker::MonitoringSchedule/MonitoringOutputConfig.dhall
Copy path to clipboardSource
{ Type =
{ KmsKeyId : Optional (./../../Fn.dhall).CfnText
, MonitoringOutputs : List (./MonitoringOutput.dhall).Type
}
, default.KmsKeyId = None (./../../Fn.dhall).CfnText
}