/dhall-aws-cloudformation/cloudformation/AWS::Glue::SchemaVersion/Schema.dhall
Copy path to clipboardSource
{ Type =
{ RegistryName : Optional (./../../Fn.dhall).CfnText
, SchemaArn : Optional (./../../Fn.dhall).CfnText
, SchemaName : Optional (./../../Fn.dhall).CfnText
}
, default =
{ RegistryName = None (./../../Fn.dhall).CfnText
, SchemaArn = None (./../../Fn.dhall).CfnText
, SchemaName = None (./../../Fn.dhall).CfnText
}
}