Create Discoverer
| schemas_create_discoverer | R Documentation |
Creates a discoverer¶
Description¶
Creates a discoverer.
Usage¶
Arguments¶
DescriptionA description for the discoverer.
SourceArn[required] The ARN of the event bus.
CrossAccountSupport discovery of schemas in events sent to the bus from another account. (default: true).
TagsTags associated with the resource.
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"
)
)