CidrCollection

A complex type that identifies a CIDR collection.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the collection. Can be used to reference the collection in IAM policy or in another Amazon Web Services account.

Link copied to clipboard
val id: String?

The unique ID of the CIDR collection.

Link copied to clipboard
val name: String?

The name of a CIDR collection.

Link copied to clipboard

A sequential counter that Route 53 sets to 1 when you create a CIDR collection and increments by 1 each time you update settings for the CIDR collection.

Functions

Link copied to clipboard
inline fun copy(block: CidrCollection.Builder.() -> Unit = {}): CidrCollection
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