public static final class CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder, CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getBufferingHints()
The buffering options that can be used before data is delivered to the specified destination.
|
java.lang.Object |
getCloudWatchLoggingOptions()
Describes the Amazon CloudWatch logging options for your delivery stream.
|
java.lang.Object |
getEndpointConfiguration()
The configuration of the HTTP endpoint selected as the destination.
|
java.lang.Object |
getProcessingConfiguration()
Describes the data processing configuration.
|
java.lang.Object |
getRequestConfiguration()
The configuration of the request sent to the HTTP endpoint specified as the destination.
|
java.lang.Object |
getRetryOptions()
Describes 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.
|
java.lang.String |
getRoleArn()
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
|
java.lang.String |
getS3BackupMode()
Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the HTTP endpoint destination.
|
java.lang.Object |
getS3Configuration()
Describes the configuration of a destination in Amazon S3.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getEndpointConfiguration()
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
getEndpointConfiguration
in interface CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
public final java.lang.Object getS3Configuration()
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
getS3Configuration
in interface CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
public final java.lang.Object getBufferingHints()
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
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.
getBufferingHints
in interface CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
public final java.lang.Object getCloudWatchLoggingOptions()
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
getCloudWatchLoggingOptions
in interface CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
public final java.lang.Object getProcessingConfiguration()
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
getProcessingConfiguration
in interface CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
public final java.lang.Object getRequestConfiguration()
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
getRequestConfiguration
in interface CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
public final java.lang.Object getRetryOptions()
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
getRetryOptions
in interface CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
public final java.lang.String getRoleArn()
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
getRoleArn
in interface CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
public final java.lang.String getS3BackupMode()
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
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).
getS3BackupMode
in interface CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()