/dhall-aws-cloudformation/cloudformation/AWS::Lex::Bot/DTMFSpecification.dhall
Copy path to clipboardSource
{ Type =
{ DeletionCharacter : (./../../Fn.dhall).CfnText
, EndCharacter : (./../../Fn.dhall).CfnText
, EndTimeoutMs : Integer
, MaxLength : Integer
}
, default = {=}
}