ServiceSummary

A complex type that contains information about a specified service.

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 service when you create it.

Link copied to clipboard

The date and time that the service was created.

Link copied to clipboard

The description that you specify when you create the service.

Link copied to clipboard

Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.

Link copied to clipboard

Public DNS and HTTP namespaces only. Settings for an optional health check. If you specify settings for a health check, Cloud Map associates the health check with the records that you specify in DnsConfig.

Link copied to clipboard

Information about an optional custom health check. A custom health check, which requires that you use a third-party health checker to evaluate the health of your resources, is useful in the following circumstances:

Link copied to clipboard
val id: String?

The ID that Cloud Map assigned to the service when you created it.

Link copied to clipboard

The number of instances that are currently associated with the service. Instances that were previously associated with the service but that are deleted aren't included in the count. The count might not reflect pending registrations and deregistrations.

Link copied to clipboard
val name: String?

The name of the service.

Link copied to clipboard

Describes the systems that can be used to discover the service instances.

Functions

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