/dhall-aws-cloudformation/cloudformation/AWS::NetworkManager::Link/Bandwidth.dhall

Copy path to clipboard

Source

{ Type = { DownloadSpeed : Optional Integer, UploadSpeed : Optional Integer }
, default = { DownloadSpeed = None Integer, UploadSpeed = None Integer }
}