AWS Native
Pulumi Official

Package maintained by Pulumiv0.19.0 published on Wednesday, Jun 8, 2022 by Pulumi
getIPSet
Contains a list of IP addresses. This can be either IPV4 or IPV6. The list will be mutually
Using getIPSet
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIPSet(args: GetIPSetArgs, opts?: InvokeOptions): Promise<GetIPSetResult>
function getIPSetOutput(args: GetIPSetOutputArgs, opts?: InvokeOptions): Output<GetIPSetResult>
def get_ip_set(id: Optional[str] = None,
name: Optional[str] = None,
scope: Optional[IPSetScope] = None,
opts: Optional[InvokeOptions] = None) -> GetIPSetResult
def get_ip_set_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
scope: Optional[pulumi.Input[IPSetScope]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIPSetResult]
func LookupIPSet(ctx *Context, args *LookupIPSetArgs, opts ...InvokeOption) (*LookupIPSetResult, error)
func LookupIPSetOutput(ctx *Context, args *LookupIPSetOutputArgs, opts ...InvokeOption) LookupIPSetResultOutput
> Note: This function is named LookupIPSet
in the Go SDK.
public static class GetIPSet
{
public static Task<GetIPSetResult> InvokeAsync(GetIPSetArgs args, InvokeOptions? opts = null)
public static Output<GetIPSetResult> Invoke(GetIPSetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIPSetResult> getIPSet(GetIPSetArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: aws-native:wafv2:getIPSet
Arguments:
# Arguments dictionary
The following arguments are supported:
- Id string
- Name string
- Scope
Pulumi.
Aws Native. WAFv2. IPSet Scope
- Id string
- Name string
- Scope
IPSet
Scope
- id String
- name String
- scope
IPSet
Scope
- id string
- name string
- scope
IPSet
Scope
- id str
- name str
- scope
IPSet
Scope
- id String
- name String
- scope "CLOUDFRONT" | "REGIONAL"
getIPSet Result
The following output properties are available:
- Addresses List<string>
List of IPAddresses.
- Arn string
- Description string
- IPAddress
Version Pulumi.Aws Native. WAFv2. IPSet IPAddress Version - Id string
- List<Pulumi.
Aws Native. WAFv2. Outputs. IPSet Tag>
- Addresses []string
List of IPAddresses.
- Arn string
- Description string
- IPAddress
Version IPSetIPAddress Version - Id string
- []IPSet
Tag
- addresses List<String>
List of IPAddresses.
- arn String
- description String
- i
PAddress IPSetVersion IPAddress Version - id String
- List<IPSet
Tag>
- addresses string[]
List of IPAddresses.
- arn string
- description string
- i
PAddress IPSetVersion IPAddress Version - id string
- IPSet
Tag[]
- addresses Sequence[str]
List of IPAddresses.
- arn str
- description str
- i_
p_ IPSetaddress_ version IPAddress Version - id str
- Sequence[IPSet
Tag]
- addresses List<String>
List of IPAddresses.
- arn String
- description String
- i
PAddress "IPV4" | "IPV6"Version - id String
- List<Property Map>
Supporting Types
IPSetIPAddressVersion
IPSetScope
IPSetTag
Package Details
- Repository
- https://github.com/pulumi/pulumi-aws-native
- License
- Apache-2.0