Resource

class Resource

A resource affected by or closely linked to an event.

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. At least one id or ARN is required.

Link copied to clipboard

The URL to the resource's detail page. If a detail page URL is unavailable, it is the URL to an informational page that describes the resource's type.

Link copied to clipboard
val id: String?

The unique identifier for the resource.

Link copied to clipboard

A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.

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