ResourceMetadata

An object that represents metadata for a resource.

Types

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

Properties

Link copied to clipboard
val arn: String

The full Amazon Resource Name (ARN) for the resource.

Link copied to clipboard

The Unix epoch timestamp in seconds for when the resource was created.

Link copied to clipboard

The Unix epoch timestamp in seconds for when the resource was last updated.

Link copied to clipboard

The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

Link copied to clipboard

The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.

Link copied to clipboard
val uid: String

The unique identifier for the resource.

Link copied to clipboard

The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.

Functions

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