schemas_create_discoverer: Creates a discoverer

View source: R/schemas_operations.R

schemas_create_discovererR Documentation

Creates a discoverer

Description

Creates a discoverer.

See https://www.paws-r-sdk.com/docs/schemas_create_discoverer/ for full documentation.

Usage

schemas_create_discoverer(
  Description = NULL,
  SourceArn,
  CrossAccount = NULL,
  Tags = NULL
)

Arguments

Description

A description for the discoverer.

SourceArn

[required] The ARN of the event bus.

CrossAccount

Support discovery of schemas in events sent to the bus from another account. (default: true).

Tags

Tags associated with the resource.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.