ServiceEntity

A structure that contains identifying information for a service entity.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID where the service is located. Provide this value only for cross-account access.

Link copied to clipboard

The environment where the service is deployed.

Link copied to clipboard
val name: String?

The name of the service.

Link copied to clipboard
val type: String?

The type of the service entity.

Functions

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