Wafv2Functions

Functions

Link copied to clipboard
suspend fun getIpSet(argument: GetIpSetPlainArgs): GetIpSetResult

Retrieves the summary of a WAFv2 IP Set.

suspend fun getIpSet(argument: suspend GetIpSetPlainArgsBuilder.() -> Unit): GetIpSetResult
suspend fun getIpSet(name: String, scope: String): GetIpSetResult
Link copied to clipboard

Retrieves the summary of a WAFv2 Regex Pattern Set.

Link copied to clipboard

Retrieves the summary of a WAFv2 Rule Group.

suspend fun getRuleGroup(name: String, scope: String): GetRuleGroupResult
Link copied to clipboard

Retrieves the summary of a WAFv2 Web ACL.

suspend fun getWebAcl(argument: suspend GetWebAclPlainArgsBuilder.() -> Unit): GetWebAclResult
suspend fun getWebAcl(name: String, scope: String): GetWebAclResult