VirtualServiceRef

An object that represents a virtual service returned by a list operation.

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 virtual service.

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 name of the service mesh that the virtual service resides in.

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

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

Link copied to clipboard

The name of the virtual service.

Functions

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