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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder, CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The buffering options that can be used before data is delivered to the specified destination.final Object
Describes the Amazon CloudWatch logging options for your delivery stream.final Object
The configuration of the HTTP endpoint selected as the destination.final Object
Describes the data processing configuration.final Object
The configuration of the request sent to the HTTP endpoint specified as the destination.final Object
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.final String
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.final String
Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the HTTP endpoint destination.final Object
Describes the configuration of a destination in Amazon S3.final Object
The configuration that defines how you access secrets for HTTP Endpoint destination.final int
hashCode()
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.HttpEndpointDestinationConfigurationProperty
The configuration of the HTTP endpoint selected as the destination.- Specified by:
getEndpointConfiguration
in interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
- See Also:
-
getS3Configuration
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
Describes the configuration of a destination in Amazon S3.- Specified by:
getS3Configuration
in interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
- See Also:
-
getBufferingHints
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
The 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:
getBufferingHints
in interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
- See Also:
-
getCloudWatchLoggingOptions
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
Describes the Amazon CloudWatch logging options for your delivery stream.- Specified by:
getCloudWatchLoggingOptions
in interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
- See Also:
-
getProcessingConfiguration
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
Describes the data processing configuration.- Specified by:
getProcessingConfiguration
in interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
- See Also:
-
getRequestConfiguration
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
The configuration of the request sent to the HTTP endpoint specified as the destination.- Specified by:
getRequestConfiguration
in interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
- See Also:
-
getRetryOptions
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
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.- Specified by:
getRetryOptions
in interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.- Specified by:
getRoleArn
in interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
- See Also:
-
getS3BackupMode
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
Describes 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:
getS3BackupMode
in interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
- See Also:
-
getSecretsManagerConfiguration
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
The configuration that defines how you access secrets for HTTP Endpoint destination.- Specified by:
getSecretsManagerConfiguration
in interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-