NamespaceSummary

A complex type that contains information about a 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 and time that the namespace was created.

Link copied to clipboard

A description for the namespace.

Link copied to clipboard
val id: String?

The ID of the namespace.

Link copied to clipboard
val name: String?

The name of the namespace. When you create a namespace, Cloud Map automatically creates a Route 53 hosted zone that has the same name as the namespace.

Link copied to clipboard

The properties of the namespace.

Link copied to clipboard

The number of services that were created using the namespace.

Link copied to clipboard

The type of the namespace, either public or private.

Functions

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