AnycastIpList

An Anycast static IP list. For more information, see Request Anycast static IPs to use for allowlisting in the Amazon CloudFront Developer Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The static IP addresses that are allocated to the Anycast static IP list.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the Anycast static IP list.

Link copied to clipboard
val id: String

The ID of the Anycast static IP list.

Link copied to clipboard

The number of IP addresses in the Anycast static IP list.

Link copied to clipboard

The last time the Anycast static IP list was modified.

Link copied to clipboard

The name of the Anycast static IP list.

Link copied to clipboard

The status of the Anycast static IP list. Valid values: Deployed, Deploying, or Failed.

Functions

Link copied to clipboard
inline fun copy(block: AnycastIpList.Builder.() -> Unit = {}): AnycastIpList
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String