ResourceShare

Describes a resource share in RAM.

Types

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

Properties

Link copied to clipboard

Indicates whether principals outside your organization in Organizations can be associated with a resource share.

Link copied to clipboard

The date and time when the resource share was created.

Link copied to clipboard

Indicates what features are available for this resource share. This parameter can have one of the following values:

Link copied to clipboard

The date and time when the resource share was last updated.

Link copied to clipboard
val name: String?

The name of the resource share.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the resource share.

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource share

Link copied to clipboard

The current status of the resource share.

Link copied to clipboard

A message about the status of the resource share.

Link copied to clipboard
val tags: List<Tag>?

The tag key and value pairs attached to the resource share.

Functions

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