Uses of Enum
software.amazon.awscdk.services.kinesisfirehose.HttpBackupMode
Packages that use HttpBackupMode
Package
Description
Amazon Data Firehose Construct Library
-
Uses of HttpBackupMode in software.amazon.awscdk.services.kinesisfirehose
Methods in software.amazon.awscdk.services.kinesisfirehose that return HttpBackupModeModifier and TypeMethodDescriptiondefault HttpBackupModeDatadogProps.getBackupMode()Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to Datadog.final HttpBackupModeDatadogProps.Jsii$Proxy.getBackupMode()default HttpBackupModeHttpEndpointProps.getBackupMode()Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the Http endpoint destination.final HttpBackupModeHttpEndpointProps.Jsii$Proxy.getBackupMode()static HttpBackupModeReturns the enum constant of this type with the specified name.static HttpBackupMode[]HttpBackupMode.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 HttpBackupModeModifier and TypeMethodDescriptionDatadog.Builder.backupMode(HttpBackupMode backupMode) Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to Datadog.DatadogProps.Builder.backupMode(HttpBackupMode backupMode) Sets the value ofDatadogProps.getBackupMode()HttpEndpoint.Builder.backupMode(HttpBackupMode backupMode) Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the Http endpoint destination.HttpEndpointProps.Builder.backupMode(HttpBackupMode backupMode) Sets the value ofHttpEndpointProps.getBackupMode()