RegisteredService

Represents a registered service with its configuration and accessible resources.

Types

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

Properties

Link copied to clipboard
val accessibleResources: List<<Error class: unknown class>?>?

List of accessible resources for this service.

Link copied to clipboard

Additional details specific to the service type.

Link copied to clipboard

The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.

Link copied to clipboard
val name: String?

The display name of the registered service.

Link copied to clipboard

The name of the private connection used for VPC connectivity.

Link copied to clipboard

The unique identifier of a service.

Link copied to clipboard

The service type e.g github or dynatrace

Functions

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