@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.346Z") @Stability(value=Stable) public interface CfnDiscovererProps extends software.amazon.jsii.JsiiSerializable
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 Object |
getCrossAccount()
Allows for the discovery of the event schemas that are sent to the event bus from another account.
|
default String |
getDescription()
A description for the discoverer.
|
String |
getSourceArn()
The ARN of the event bus.
|
default List<CfnDiscoverer.TagsEntryProperty> |
getTags()
Tags associated with the resource.
|
@Stability(value=Stable) @NotNull String getSourceArn()
@Stability(value=Stable) @Nullable default Object getCrossAccount()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<CfnDiscoverer.TagsEntryProperty> getTags()
@Stability(value=Stable) static CfnDiscovererProps.Builder builder()
CfnDiscovererProps.Builder of CfnDiscovererPropsCopyright © 2022. All rights reserved.