Class CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty
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 ObjectThe configuration that defines how you access secrets for HTTP Endpoint destination.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.Returns union: either
IResolvableorCfnDeliveryStream.HttpEndpointConfigurationProperty- Specified by:
getEndpointConfigurationin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty- See Also:
-
getS3Configuration
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyDescribes the configuration of a destination in Amazon S3.Returns union: either
IResolvableorCfnDeliveryStream.S3DestinationConfigurationProperty- Specified by:
getS3Configurationin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty- See Also:
-
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.
Returns union: either
IResolvableorCfnDeliveryStream.BufferingHintsProperty- Specified by:
getBufferingHintsin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty- See Also:
-
getCloudWatchLoggingOptions
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyDescribes the Amazon CloudWatch logging options for your delivery stream.Returns union: either
IResolvableorCfnDeliveryStream.CloudWatchLoggingOptionsProperty- Specified by:
getCloudWatchLoggingOptionsin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty- See Also:
-
getProcessingConfiguration
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyDescribes the data processing configuration.Returns union: either
IResolvableorCfnDeliveryStream.ProcessingConfigurationProperty- Specified by:
getProcessingConfigurationin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty- See Also:
-
getRequestConfiguration
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyThe configuration of the request sent to the HTTP endpoint specified as the destination.Returns union: either
IResolvableorCfnDeliveryStream.HttpEndpointRequestConfigurationProperty- Specified by:
getRequestConfigurationin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty- See Also:
-
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.Returns union: either
IResolvableorCfnDeliveryStream.RetryOptionsProperty- Specified by:
getRetryOptionsin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty- See Also:
-
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- See Also:
-
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- See Also:
-
getSecretsManagerConfiguration
Description copied from interface:CfnDeliveryStream.HttpEndpointDestinationConfigurationPropertyThe configuration that defines how you access secrets for HTTP Endpoint destination.Returns union: either
IResolvableorCfnDeliveryStream.SecretsManagerConfigurationProperty- Specified by:
getSecretsManagerConfigurationin interfaceCfnDeliveryStream.HttpEndpointDestinationConfigurationProperty- See Also:
-
$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()
-