Uses of Enum
software.amazon.awscdk.services.kinesisfirehose.BackupMode
Packages that use BackupMode
Package
Description
Amazon Data Firehose Construct Library
-
Uses of BackupMode in software.amazon.awscdk.services.kinesisfirehose
Methods in software.amazon.awscdk.services.kinesisfirehose that return BackupModeModifier and TypeMethodDescriptiondefault BackupModeDestinationS3BackupProps.getMode()Indicates the mode by which incoming records should be backed up to S3, if any.final BackupModeDestinationS3BackupProps.Jsii$Proxy.getMode()static BackupModeReturns 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.Methods in software.amazon.awscdk.services.kinesisfirehose with parameters of type BackupModeModifier and TypeMethodDescriptionDestinationS3BackupProps.Builder.mode(BackupMode mode) Sets the value ofDestinationS3BackupProps.getMode()