Update Discoverer
schemas_update_discoverer | R Documentation |
Updates the discoverer¶
Description¶
Updates the discoverer
Usage¶
schemas_update_discoverer(Description, DiscovererId, CrossAccount)
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) |
Value¶
A list with the following syntax:
list(
Description = "string",
DiscovererArn = "string",
DiscovererId = "string",
SourceArn = "string",
State = "STARTED"|"STOPPED",
CrossAccount = TRUE|FALSE,
Tags = list(
"string"
)
)
Request syntax¶
svc$update_discoverer(
Description = "string",
DiscovererId = "string",
CrossAccount = TRUE|FALSE
)