/dhall-aws-cloudformation/cloudformation/AWS::ACMPCA::Certificate/ApiPassthrough.dhall
Copy path to clipboardSource
{ Type =
{ Extensions : Optional (./Extensions.dhall).Type
, Subject : Optional (./Subject.dhall).Type
}
, default =
{ Extensions = None (./Extensions.dhall).Type
, Subject = None (./Subject.dhall).Type
}
}