| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArchiveProps
(experimental) The event archive properties.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ArchiveProps.Jsii$Proxy
An implementation for
ArchiveProps |
static class |
BaseArchiveProps.Jsii$Proxy
An implementation for
BaseArchiveProps |
| Modifier and Type | Method and Description |
|---|---|
BaseArchiveProps |
BaseArchiveProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
Archive |
IEventBus.archive(String id,
BaseArchiveProps props)
(experimental) Create an EventBridge archive to send events to.
|
Archive |
IEventBus.Jsii$Proxy.archive(String id,
BaseArchiveProps props)
(experimental) Create an EventBridge archive to send events to.
|
default Archive |
IEventBus.Jsii$Default.archive(String id,
BaseArchiveProps props)
(experimental) Create an EventBridge archive to send events to.
|
Archive |
EventBus.archive(String id,
BaseArchiveProps props)
(experimental) Create an EventBridge archive to send events to.
|
Copyright © 2021. All rights reserved.