/dhall-aws-cloudformation/cloudformation/AWS::SageMaker::Model/ImageConfig.dhall
Copy path to clipboardSource
{ Type =
{ RepositoryAccessMode : (./../../Fn.dhall).CfnText
, RepositoryAuthConfig : Optional (./RepositoryAuthConfig.dhall).Type
}
, default.RepositoryAuthConfig = None (./RepositoryAuthConfig.dhall).Type
}