Package com.pulumi.aws.wafv2.inputs
Class GetIpSetPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.aws.wafv2.inputs.GetIpSetPlainArgs
-
public final class GetIpSetPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetIpSetPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetIpSetPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetIpSetPlainArgs.Builder
builder()
static GetIpSetPlainArgs.Builder
builder(GetIpSetPlainArgs defaults)
java.lang.String
name()
java.lang.String
scope()
-
-
-
Field Detail
-
Empty
public static final GetIpSetPlainArgs Empty
-
-
Method Detail
-
name
public java.lang.String name()
- Returns:
- Name of the WAFv2 IP Set.
-
scope
public java.lang.String scope()
- Returns:
- Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are `CLOUDFRONT` or `REGIONAL`. To work with CloudFront, you must also specify the region `us-east-1` (N. Virginia) on the AWS provider.
-
builder
public static GetIpSetPlainArgs.Builder builder()
-
builder
public static GetIpSetPlainArgs.Builder builder(GetIpSetPlainArgs defaults)
-
-