NetworkResource

Describes a network resource.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID.

Link copied to clipboard

The Amazon Web Services Region.

Link copied to clipboard

The ID of a core network.

Link copied to clipboard

Information about the resource, in JSON format. Network Manager gets this information by describing the resource using its Describe API call.

Link copied to clipboard

The time that the resource definition was retrieved.

Link copied to clipboard

The resource metadata.

Link copied to clipboard

The ARN of the gateway.

Link copied to clipboard

The ARN of the resource.

Link copied to clipboard

The ID of the resource.

Link copied to clipboard

The resource type.

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

The tags.

Functions

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