Class CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
An implementation for
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder, CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe buffering options that can be used before data is delivered to the specified destination.final ObjectDescribes the Amazon CloudWatch logging options for your delivery stream.final ObjectThe configuration of the HTTP endpoint selected as the destination.final ObjectDescribes the data processing configuration.final ObjectThe configuration of the request sent to the HTTP endpoint specified as the destination.final ObjectDescribes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.final StringKinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.final StringDescribes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the HTTP endpoint destination.final ObjectDescribes the configuration of a destination in Amazon S3.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder.
-
-
Method Details
-
getEndpointConfiguration
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyThe configuration of the HTTP endpoint selected as the destination.- Specified by:
getEndpointConfigurationin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
-
getS3Configuration
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyDescribes the configuration of a destination in Amazon S3.- Specified by:
getS3Configurationin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
-
getBufferingHints
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyThe buffering options that can be used before data is delivered to the specified destination.Kinesis Data Firehose treats these options as hints, and it might choose to use more optimal values. The SizeInMBs and IntervalInSeconds parameters are optional. However, if you specify a value for one of them, you must also provide a value for the other.
- Specified by:
getBufferingHintsin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
-
getCloudWatchLoggingOptions
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyDescribes the Amazon CloudWatch logging options for your delivery stream.- Specified by:
getCloudWatchLoggingOptionsin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
-
getProcessingConfiguration
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyDescribes the data processing configuration.- Specified by:
getProcessingConfigurationin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
-
getRequestConfiguration
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyThe configuration of the request sent to the HTTP endpoint specified as the destination.- Specified by:
getRequestConfigurationin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
-
getRetryOptions
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyDescribes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.- Specified by:
getRetryOptionsin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
-
getRoleArn
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyKinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.- Specified by:
getRoleArnin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
-
getS3BackupMode
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyDescribes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the HTTP endpoint destination.You can back up all documents (AllData) or only the documents that Kinesis Data Firehose could not deliver to the specified HTTP endpoint destination (FailedDataOnly).
- Specified by:
getS3BackupModein interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-