/dhall-aws-cloudformation/cloudformation/AWS::SageMaker::DataQualityJobDefinition/ClusterConfig.dhall
Copy path to clipboardSource
{ Type =
{ InstanceCount : Integer
, InstanceType : (./../../Fn.dhall).CfnText
, VolumeKmsKeyId : Optional (./../../Fn.dhall).CfnText
, VolumeSizeInGB : Integer
}
, default.VolumeKmsKeyId = None (./../../Fn.dhall).CfnText
}