ServiceAttributes

A complex type that contains information about attributes associated with a specific service.

Types

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

Properties

Link copied to clipboard

A string map that contains the following information for the service that you specify in ServiceArn:

Link copied to clipboard

The ID of the Amazon Web Services account that created the namespace with which the service is associated. If this isn't your account ID, it is the ID of the account that shared the namespace with your account. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.

Link copied to clipboard

The ARN of the service that the attributes are associated with.

Functions

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