SharedResource

Represents a resource that is shared with the broker, including its type, ARN, and current status.

Types

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

Properties

Link copied to clipboard

The DNS names accessible by the broker.

Link copied to clipboard

Information on the error encountered by the resource.

Link copied to clipboard

The ARN of the shared resource.

Link copied to clipboard

The resource share ARNs to which the resource belongs.

Link copied to clipboard

The status of the shared resource.

Link copied to clipboard

The type of shared resource.

Functions

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