- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
account_id
Type: STRING
addresses
Type: UNORDERED_LIST_STRING
Provider name: Addresses
Description: Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses that you want WAF to inspect for in incoming requests. All addresses must be specified using Classless Inter-Domain Routing (CIDR) notation. WAF supports all IPv4 and IPv6 CIDR ranges except for /0
. Example address strings:
192.0.2.44/32
.192.0.2.0/24
.1111:0000:0000:0000:0000:0000:0000:0111/128
.1111:0000:0000:0000:0000:0000:0000:0000/64
.Addresses
specifications:“Addresses”: []
“Addresses”: [“192.0.2.44/32”]
“Addresses”: [“192.0.2.44/32”, “192.0.2.0/24”, “192.0.0.0/16”]
“Addresses”: [""]
INVALIDarn
Type: STRING
Provider name: ARN
Description: The Amazon Resource Name (ARN) of the entity.
description
Type: STRING
Provider name: Description
Description: A description of the IP set that helps with identification.
id
Type: STRING
Provider name: Id
Description: A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
ip_address_version
Type: STRING
Provider name: IPAddressVersion
Description: The version of the IP addresses, either IPV4
or IPV6
.
lock_token
Type: STRING
Provider name: LockToken
Description: A token used for optimistic locking. WAF returns a token to your get
and list
requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like update
and delete
. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a WAFOptimisticLockException
. If this happens, perform another get
, and use the new token returned by that operation.
name
Type: STRING
Provider name: Name
Description: The name of the IP set. You cannot change the name of an IPSet
after you create it.
tags
Type: UNORDERED_LIST_STRING