GetDiscovererResult

data class GetDiscovererResult(val crossAccount: Boolean? = null, val description: String? = null, val discovererArn: String? = null, val discovererId: String? = null, val state: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(crossAccount: Boolean? = null, description: String? = null, discovererArn: String? = null, discovererId: String? = null, state: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val crossAccount: Boolean? = null

Defines whether event schemas from other accounts are discovered. Default is True.

Link copied to clipboard
val description: String? = null

A description for the discoverer.

Link copied to clipboard
val discovererArn: String? = null

The ARN of the discoverer.

Link copied to clipboard
val discovererId: String? = null

The Id of the discoverer.

Link copied to clipboard
val state: String? = null

Defines the current state of the discoverer.

Link copied to clipboard
val tags: List<Tag>? = null

Tags associated with the resource.