Show / Hide Table of Contents

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 Source

Addresses

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>
View Source

Arn

The Amazon Resource Name (ARN) of the entity.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

Description

The description of the set that helps with identification.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IpAddressVersion

The IP address version of the set.

Declaration
public readonly string IpAddressVersion
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Scope

Declaration
public readonly string Scope
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.