| Package | Description |
|---|---|
| software.amazon.awscdk.services.eventschemas |
AWS::EventSchemas Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDiscoverer.Builder |
CfnDiscoverer.Builder.create(software.constructs.Construct scope,
String id) |
CfnDiscoverer.Builder |
CfnDiscoverer.Builder.crossAccount(Boolean crossAccount)
Allows for the discovery of the event schemas that are sent to the event bus from another account.
|
CfnDiscoverer.Builder |
CfnDiscoverer.Builder.crossAccount(IResolvable crossAccount)
Allows for the discovery of the event schemas that are sent to the event bus from another account.
|
CfnDiscoverer.Builder |
CfnDiscoverer.Builder.description(String description)
A description for the discoverer.
|
CfnDiscoverer.Builder |
CfnDiscoverer.Builder.sourceArn(String sourceArn)
The ARN of the event bus.
|
CfnDiscoverer.Builder |
CfnDiscoverer.Builder.tags(List<? extends CfnDiscoverer.TagsEntryProperty> tags)
Tags associated with the resource.
|
Copyright © 2022. All rights reserved.