Class GetIpSetResult
Inheritance
System.Object
GetIpSetResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.WafV2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetIpSetResult
Fields
View SourceAddresses
An array of strings that specify one or more IP addresses or blocks of IP addresses in Classless Inter-Domain Routing (CIDR) notation.
Declaration
public readonly ImmutableArray<string> Addresses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Arn
The Amazon Resource Name (ARN) of the entity.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description of the set that helps with identification.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IpAddressVersion
The IP address version of the set.
Declaration
public readonly string IpAddressVersion
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Scope
Declaration
public readonly string Scope
Field Value
| Type | Description |
|---|---|
| System.String |