/dhall-aws-cloudformation/cloudformation/AWS::WAF::IPSet/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ IPSetDescriptors : Optional (List (./IPSetDescriptor.dhall).Type)
, Name : (./../../Fn.dhall).CfnText
}
, default.IPSetDescriptors = None (List (./IPSetDescriptor.dhall).Type)
}