schemas_update_discoverer {paws.application.integration}R Documentation

Updates the discoverer

Description

Updates the discoverer

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

Usage

schemas_update_discoverer(
  Description = NULL,
  DiscovererId,
  CrossAccount = NULL
)

Arguments

Description

The description of the discoverer to update.

DiscovererId

[required] The ID of the discoverer.

CrossAccount

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


[Package paws.application.integration version 0.9.0 Index]