CustomResourceType.dhall 239 B

12345678910
  1. let Types = ../types/package.dhall
  2. in { source = None Types.JSONObject
  3. , privileged = None Bool
  4. , params = None Types.JSONObject
  5. , check_every = None Text
  6. , tags = None Text
  7. , unique_version_history = None Bool
  8. }