DiscovererArgs

data class DiscovererArgs(val crossAccount: Output<Boolean>? = null, val description: Output<String>? = null, val sourceArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DiscovererArgs>

Resource Type definition for AWS::EventSchemas::Discoverer

Example Usage

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(crossAccount: Output<Boolean>? = null, description: Output<String>? = null, sourceArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val crossAccount: Output<Boolean>? = null

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

Link copied to clipboard
val description: Output<String>? = null

A description for the discoverer.

Link copied to clipboard
val sourceArn: Output<String>? = null

The ARN of the event bus.

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

Tags associated with the resource.

Functions

Link copied to clipboard
open override fun toJava(): DiscovererArgs