Class CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty-
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.ExtendedS3DestinationConfigurationProperty
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder, CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.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 StringThe Amazon Resource Name (ARN) of the Amazon S3 bucket.final ObjectThe buffering option.final ObjectThe Amazon CloudWatch logging options for your Firehose stream.final StringThe compression format.final StringThe time zone you prefer.final ObjectThe serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.final ObjectThe configuration of the dynamic partitioning mechanism that creates targeted data sets from the streaming data by partitioning it based on partition keys.final ObjectThe encryption configuration for the Kinesis Data Firehose delivery stream.final StringA prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.final StringSpecify a file extension.final StringTheYYYY/MM/DD/HHtime format prefix is automatically used for delivered Amazon S3 files.final ObjectThe data processing configuration for the Kinesis Data Firehose delivery stream.final StringThe Amazon Resource Name (ARN) of the AWS credentials.final ObjectThe configuration for backup in Amazon S3.final StringThe Amazon S3 backup mode.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
Constructor that initializes the object based on literal property values passed by theCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder.
-
-
Method Details
-
getBucketArn
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyThe Amazon Resource Name (ARN) of the Amazon S3 bucket.For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
- Specified by:
getBucketArnin interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyThe Amazon Resource Name (ARN) of the AWS credentials.For constraints, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
- Specified by:
getRoleArnin interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getBufferingHints
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyThe buffering option.Returns union: either
IResolvableorCfnDeliveryStream.BufferingHintsProperty- Specified by:
getBufferingHintsin interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getCloudWatchLoggingOptions
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyThe Amazon CloudWatch logging options for your Firehose stream.Returns union: either
IResolvableorCfnDeliveryStream.CloudWatchLoggingOptionsProperty- Specified by:
getCloudWatchLoggingOptionsin interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getCompressionFormat
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyThe compression format.If no value is specified, the default is
UNCOMPRESSED.- Specified by:
getCompressionFormatin interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getCustomTimeZone
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyThe time zone you prefer.UTC is the default.
- Specified by:
getCustomTimeZonein interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getDataFormatConversionConfiguration
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyThe serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.Returns union: either
IResolvableorCfnDeliveryStream.DataFormatConversionConfigurationProperty- Specified by:
getDataFormatConversionConfigurationin interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getDynamicPartitioningConfiguration
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyThe configuration of the dynamic partitioning mechanism that creates targeted data sets from the streaming data by partitioning it based on partition keys.Returns union: either
IResolvableorCfnDeliveryStream.DynamicPartitioningConfigurationProperty- Specified by:
getDynamicPartitioningConfigurationin interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyThe encryption configuration for the Kinesis Data Firehose delivery stream.The default value is
NoEncryption.Returns union: either
IResolvableorCfnDeliveryStream.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getErrorOutputPrefix
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyA prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3.This prefix appears immediately following the bucket name. For information about how to specify this prefix, see Custom Prefixes for Amazon S3 Objects .
- Specified by:
getErrorOutputPrefixin interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getFileExtension
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertySpecify a file extension.It will override the default file extension
- Specified by:
getFileExtensionin interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getPrefix
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyTheYYYY/MM/DD/HHtime format prefix is automatically used for delivered Amazon S3 files.For more information, see ExtendedS3DestinationConfiguration in the Amazon Kinesis Data Firehose API Reference .
- Specified by:
getPrefixin interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getProcessingConfiguration
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyThe data processing configuration for the Kinesis Data Firehose delivery stream.Returns union: either
IResolvableorCfnDeliveryStream.ProcessingConfigurationProperty- Specified by:
getProcessingConfigurationin interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getS3BackupConfiguration
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyThe configuration for backup in Amazon S3.Returns union: either
IResolvableorCfnDeliveryStream.S3DestinationConfigurationProperty- Specified by:
getS3BackupConfigurationin interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- See Also:
-
getS3BackupMode
Description copied from interface:CfnDeliveryStream.ExtendedS3DestinationConfigurationPropertyThe Amazon S3 backup mode.After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
- Specified by:
getS3BackupModein interfaceCfnDeliveryStream.ExtendedS3DestinationConfigurationProperty- 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()
-