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