| Package | Description |
|---|---|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnArchive.Builder |
CfnArchive.Builder.archiveName(String archiveName)
The name for the archive to create.
|
static CfnArchive.Builder |
CfnArchive.Builder.create(software.constructs.Construct scope,
String id) |
CfnArchive.Builder |
CfnArchive.Builder.description(String description)
A description for the archive.
|
CfnArchive.Builder |
CfnArchive.Builder.eventPattern(Object eventPattern)
An event pattern to use to filter events sent to the archive.
|
CfnArchive.Builder |
CfnArchive.Builder.retentionDays(Number retentionDays)
The number of days to retain events for.
|
CfnArchive.Builder |
CfnArchive.Builder.sourceArn(String sourceArn)
The ARN of the event bus that sends events to the archive.
|
Copyright © 2022. All rights reserved.