Namespace

class Namespace

A complex type that contains information about a specified namespace.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.

Link copied to clipboard

The date that the namespace was created, in Unix date/time format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Link copied to clipboard

A unique string that identifies the request and that allows failed requests to be retried without the risk of running an operation twice.

Link copied to clipboard

The description that you specify for the namespace when you create it.

Link copied to clipboard
val id: String?

The ID of a namespace.

Link copied to clipboard
val name: String?

The name of the namespace, such as example.com.

Link copied to clipboard

A complex type that contains information that's specific to the type of the namespace.

Link copied to clipboard

The number of services that are associated with the namespace.

Link copied to clipboard

The type of the namespace. The methods for discovering instances depends on the value that you specify:

Functions

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