| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesisfirehose.destinations |
Amazon Kinesis Data Firehose Destinations Library
|
| Modifier and Type | Method and Description |
|---|---|
default BackupMode |
DestinationS3BackupProps.getMode()
(experimental) Indicates the mode by which incoming records should be backed up to S3, if any.
|
BackupMode |
DestinationS3BackupProps.Jsii$Proxy.getMode() |
static BackupMode |
BackupMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupMode[] |
BackupMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationS3BackupProps.Builder |
DestinationS3BackupProps.Builder.mode(BackupMode mode)
Sets the value of
DestinationS3BackupProps.getMode() |
Copyright © 2022. All rights reserved.