getIpSet

suspend fun getIpSet(argument: GetIpSetPlainArgs): GetIpSetResult

Contains a list of IP addresses. This can be either IPV4 or IPV6. The list will be mutually

Return

null

Parameters

argument

null


suspend fun getIpSet(id: String, name: String, scope: IpSetScope): GetIpSetResult

Return

null

Parameters

id

The ID of the IP set.

name

The name of the IP set. You cannot change the name of an IPSet after you create it.

scope

Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AWS AppSync GraphQL API, an Amazon Cognito user pool, an AWS App Runner service, or an AWS Verified Access instance. Valid Values are CLOUDFRONT and REGIONAL .

For CLOUDFRONT , you must create your WAFv2 resources in the US East (N. Virginia) Region, us-east-1 .

See also


suspend fun getIpSet(argument: suspend GetIpSetPlainArgsBuilder.() -> Unit): GetIpSetResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.wafv2.kotlin.inputs.GetIpSetPlainArgs.

See also