@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:46.359Z")
public interface CfnDiscovererProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.eventschemas.*; CfnDiscovererProps cfnDiscovererProps = CfnDiscovererProps.builder() .sourceArn("sourceArn") // the properties below are optional .crossAccount(false) .description("description") .tags(List.of(TagsEntryProperty.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDiscovererProps.Builder
A builder for
CfnDiscovererProps |
static class |
CfnDiscovererProps.Jsii$Proxy
An implementation for
CfnDiscovererProps |
Modifier and Type | Method and Description |
---|---|
static CfnDiscovererProps.Builder |
builder() |
default java.lang.Object |
getCrossAccount()
Allows for the discovery of the event schemas that are sent to the event bus from another account.
|
default java.lang.String |
getDescription()
A description for the discoverer.
|
java.lang.String |
getSourceArn()
The ARN of the event bus.
|
default java.util.List<CfnDiscoverer.TagsEntryProperty> |
getTags()
Tags associated with the resource.
|
java.lang.String getSourceArn()
default java.lang.Object getCrossAccount()
default java.lang.String getDescription()
default java.util.List<CfnDiscoverer.TagsEntryProperty> getTags()
static CfnDiscovererProps.Builder builder()
CfnDiscovererProps.Builder
of CfnDiscovererProps