/dhall-aws-cloudformation/cloudformation/AWS::WAFRegional::IPSet/Properties.dhall
Copy path to clipboardSource
{ Type =
{ IPSetDescriptors : Optional (List (./IPSetDescriptor.dhall).Type)
, Name : (./../../Fn.dhall).CfnText
}
, default.IPSetDescriptors = None (List (./IPSetDescriptor.dhall).Type)
}