View source: R/schemas_operations.R
schemas_create_discoverer | R Documentation |
Creates a discoverer.
See https://www.paws-r-sdk.com/docs/schemas_create_discoverer/ for full documentation.
schemas_create_discoverer(
Description = NULL,
SourceArn,
CrossAccount = NULL,
Tags = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.