Resource

class Resource

A resource in Amazon Web Services that Amazon Web Services Resource Explorer has discovered, and for which it has stored information in the index of the Amazon Web Services Region that contains the resource.

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 that Resource Explorer last queried this resource and updated the index with the latest information about the resource.

Link copied to clipboard

The Amazon Web Services account that owns the resource.

Link copied to clipboard

A structure with additional type-specific details about the resource. These properties can be added by turning on integration between Resource Explorer and other Amazon Web Services services.

Link copied to clipboard

The Amazon Web Services Region in which the resource was created and exists.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The Amazon Web Service that owns the resource and is responsible for creating and updating it.

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