/dhall-aws-cloudformation/cloudformation/AWS::SageMaker::ModelPackage/TransformResources.dhall

Copy path to clipboard

Source

{ Type =
{ InstanceCount : Integer
, InstanceType : (./../../Fn.dhall).CfnText
, VolumeKmsKeyId : Optional (./../../Fn.dhall).CfnText
}
, default.VolumeKmsKeyId = None (./../../Fn.dhall).CfnText
}