Resource

class Resource

Describes a resource associated with a resource share in RAM.

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 resource.

Link copied to clipboard

The date and time when the resource was associated with the resource share.

Link copied to clipboard

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource group. This value is available only if the resource is part of a resource group.

Link copied to clipboard

Specifies the scope of visibility of this resource:

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource share this resource is associated with.

Link copied to clipboard

The current status of the resource.

Link copied to clipboard

A message about the status of the resource.

Link copied to clipboard
val type: String?

The resource type. This takes the form of: service-code:resource-code, and is case-insensitive. For example, an Amazon EC2 Subnet would be represented by the string ec2:subnet.

Functions

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