Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-wafv2-ipset.json
Parent schema serverless-framework-configuration
Type: object

Contains a list of IP addresses. This can be either IPV4 or IPV6. The list will be mutually. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-wafv2.git

Properties

Scope string | Aws_CF_FunctionString required

Use CLOUDFRONT for CloudFront IPSet, use REGIONAL for Application Load Balancer and API Gateway.

IPAddressVersion string | Aws_CF_FunctionString required

Type of addresses in the IPSet, use IPV4 for IPV4 IP addresses, IPV6 for IPV6 address.

Addresses IPAddress[] required

List of IPAddresses.

Description string | Aws_CF_FunctionString

Description of the entity.

Name string | Aws_CF_FunctionString

Name of the IPSet.

Tags Tag[]
minItems=1

Definitions

EntityName string | Aws_CF_FunctionString

Name of the IPSet.

EntityDescription string | Aws_CF_FunctionString

Description of the entity.

EntityId string | Aws_CF_FunctionString

Id of the IPSet

Scope string | Aws_CF_FunctionString

Use CLOUDFRONT for CloudFront IPSet, use REGIONAL for Application Load Balancer and API Gateway.

IPAddressVersion string | Aws_CF_FunctionString

Type of addresses in the IPSet, use IPV4 for IPV4 IP addresses, IPV6 for IPV6 address.

IPAddress string | Aws_CF_FunctionString

IP address

ResourceArn string | Aws_CF_FunctionString

ARN of the WAF entity.

Tag object
Key string | Aws_CF_FunctionString
Value string | Aws_CF_FunctionString