Handshake

class Handshake

Contains details for a handshake. A handshake is the secure exchange of information between two Amazon Web Services accounts: a sender and a recipient.

Note: Handshakes that are CANCELED, ACCEPTED, DECLINED, or EXPIRED show up in lists for only 30 days after entering that state After that they are deleted.

Types

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

Properties

Link copied to clipboard

The type of handshake:

Link copied to clipboard
val arn: String?

Amazon Resource Name (ARN) for the handshake.

Link copied to clipboard

Timestamp when the handshake expires.

Link copied to clipboard
val id: String?

ID for the handshake.

Link copied to clipboard

An array of HandshakeParty objects. Contains details for participant in a handshake.

Link copied to clipboard

Timestamp when the handshake request was made.

Link copied to clipboard

An array of HandshakeResource objects. When needed, contains additional details for a handshake. For example, the email address for the sender.

Link copied to clipboard

Current state for the handshake.

Functions

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