AwsWafv2IpSetSingleScopeArgs
interface AwsWafv2IpSetSingleScopeArgs extends Omit<aws.wafv2.IpSetArgs, 'name' | 'tags'> {
addresses?: Input<Input<string>[] | undefined>;
createBothScopes: false;
description?: Input<string | undefined>;
ipAddressVersion: Input<string>;
name: string;
namePrefix?: Input<string | undefined>;
region?: Input<string | undefined>;
scope: Input<string>;
tags?: Input<Record<string, Input<string>>>;
}Single-scope input arguments for the WAFv2 IP set capability.
Hierarchy
IpSetArgs, "name" | "tags">AwsWafv2IpSetSingleScopeArgs
Properties
addresses: Input<Input<string>[] | undefined>
Inherited from addresses
Contains an array of strings that specifies zero or more IP addresses or blocks of IP addresses. All addresses must be specified using Classless Inter-Domain Routing (CIDR) notation. WAF supports all IPv4 and IPv6 CIDR ranges except for /0.
createBothScopes: false
Single-scope mode.
description: Input<string | undefined>
Inherited from description
A friendly description of the IP set.
ipAddressVersion: Input<string>
Inherited from ipAddressVersion
Specify IPV4 or IPV6. Valid values are IPV4 or IPV6.
name: string
Required purpose name used to derive the AWS resource name.
Remarks
This value is also used as the Pulumi logical identity and must be a plain, non-empty synchronous value resolved at preview time (not Input/Output/promise-derived).
namePrefix: Input<string | undefined>
Inherited from namePrefix
Creates a unique name beginning with the specified prefix. Conflicts with name.
region: Input<string | undefined>
Inherited from region
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
scope: Input<string>
Inherited from scope
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 (N. Virginia).
tags: Input<Record<string, Input<string>>>
Additional tags merged with default project/environment tags.