AssociatedSource

Information about a source association in a resource share. Source associations control which sources can be used with service principals.

Types

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

Properties

Link copied to clipboard
val creationTime: <Error class: unknown class>?

The date and time when the source association was created.

Link copied to clipboard
val lastUpdatedTime: <Error class: unknown class>?

The date and time when the source association was last updated.

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource share that contains the source association.

Link copied to clipboard

The identifier of the source. This can be an account ID, Amazon Resource Name (ARN), organization ID, or organization path.

Link copied to clipboard

The type of source.

Link copied to clipboard

The current status of the source association.

Link copied to clipboard

A message about the status of the source association.

Functions

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