ContactMethod

Describes a contact method.

A contact method is a way to send you notifications. For more information, see Notifications in Amazon Lightsail.

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 contact method.

Link copied to clipboard

The destination of the contact method, such as an email address or a mobile phone number.

Link copied to clipboard

The timestamp when the contact method was created.

Link copied to clipboard

An object that describes the location of the contact method, such as the Amazon Web Services Region and Availability Zone.

Link copied to clipboard
val name: String?

The name of the contact method.

Link copied to clipboard

The protocol of the contact method, such as email or SMS (text messaging).

Link copied to clipboard

The Lightsail resource type of the contact method.

Link copied to clipboard

The current status of the contact method.

Link copied to clipboard

The support code. Include this code in your email to support when you have questions about your Lightsail contact method. This code enables our support team to look up your Lightsail information more easily.

Functions

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