aws-waf-add-ip-set-address
Add an IP address to the specified IP set of AWS WAF service.
aws-waf-add-ip-set-address profile=PROFILE region=REGION id=ID name=NAME ip=IP [mask=MASK]
- profile=PROFILE
- The identifier of AWS connect profile
- region=REGION
- AWS region
- id=ID
- AWS WAF IP set ID
- name=NAME
- AWS WAF IP set name
- ip=IP
- IP address to be added to the IP set
- mask=MASK
- Max number if not specified.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
aws_profile | String | Connect profile | The identifier of AWS connect profile |
region | String | Region | e.g. ap-northeast-2 |
ip_set_id | String | IP set ID | IP set ID of AWS WAF in GUID format |
ip_set_name | String | IP set name | IP set name of AWS WAF |
ip | IP address | IP address | |
mask | Integer | Mask | 0-32 for IPv4 address, 0-128 for IPv6 address |
is_added | Bool | Is added |