Profile

class Profile

A complex type that includes settings for a Route 53 Profile.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the Profile.

Link copied to clipboard

The ClientToken value that was assigned when the Profile was created.

Link copied to clipboard

The date and time that the Profile was created, in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard
val id: String?

ID of the Profile.

Link copied to clipboard

The date and time that the Profile was modified, in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard
val name: String?

Name of the Profile.

Link copied to clipboard

Amazon Web Services account ID of the Profile owner.

Link copied to clipboard

Sharing status for the Profile.

Link copied to clipboard

The status for the Profile.

Link copied to clipboard

Status message that includes additiona information about the Profile.

Functions

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