Scope

sealed class Scope

Whether an integration is account-scoped (customer-created) or organization-scoped (created by an org-enablement rule on behalf of the destination account). Mirrors the {@code Scope} discriminator used by CloudWatch Centralization / Observability Admin.

Inheritors

Types

Link copied to clipboard
object Account : Scope
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : Scope

Properties

Link copied to clipboard
abstract val value: String