Instance

class Instance

The details of the instance.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID that owns the instance.

Link copied to clipboard

The instance creation timestamp.

Link copied to clipboard

The Amazon Web Services Supply Chain instance error message. If the instance results in an unhealthy state, customers need to check the error message, delete the current instance, and recreate a new one based on the mitigation from the error message.

Link copied to clipboard

The Amazon Web Services Supply Chain instance description.

Link copied to clipboard

The Amazon Web Services Supply Chain instance identifier.

Link copied to clipboard

The Amazon Web Services Supply Chain instance name.

Link copied to clipboard

The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you optionally provided for encryption. If you did not provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key and nothing is returned.

Link copied to clipboard

The instance last modified timestamp.

Link copied to clipboard

The state of the instance.

Link copied to clipboard

The version number of the instance.

Link copied to clipboard

The WebApp DNS domain name of the instance.

Functions

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