/dhall-aws-cloudformation/cloudformation/AWS::SageMaker::AppImageConfig/KernelGatewayImageConfig.dhall
Copy path to clipboardSource
{ Type =
{ FileSystemConfig : Optional (./FileSystemConfig.dhall).Type
, KernelSpecs : List (./KernelSpec.dhall).Type
}
, default.FileSystemConfig = None (./FileSystemConfig.dhall).Type
}