/dhall-aws-cloudformation/cloudformation/AWS::ApiGateway::ClientCertificate/Properties.dhall
Copy path to clipboardSource
{ Type =
{ Description : Optional (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ Description = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}