/dhall-aws-cloudformation/cloudformation/AWS::SageMaker::Space/KernelGatewayAppSettings.dhall

Copy path to clipboard

Source

{ Type =
{ CustomImages : Optional (List (./CustomImage.dhall).Type)
, DefaultResourceSpec : Optional (./ResourceSpec.dhall).Type
}
, default =
{ CustomImages = None (List (./CustomImage.dhall).Type)
, DefaultResourceSpec = None (./ResourceSpec.dhall).Type
}
}