@Stability(value=Stable)
public static interface CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kinesisfirehose.*;
ExtendedS3DestinationConfigurationProperty extendedS3DestinationConfigurationProperty = ExtendedS3DestinationConfigurationProperty.builder()
.bucketArn("bucketArn")
.roleArn("roleArn")
// the properties below are optional
.bufferingHints(BufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.compressionFormat("compressionFormat")
.dataFormatConversionConfiguration(DataFormatConversionConfigurationProperty.builder()
.enabled(false)
.inputFormatConfiguration(InputFormatConfigurationProperty.builder()
.deserializer(DeserializerProperty.builder()
.hiveJsonSerDe(HiveJsonSerDeProperty.builder()
.timestampFormats(List.of("timestampFormats"))
.build())
.openXJsonSerDe(OpenXJsonSerDeProperty.builder()
.caseInsensitive(false)
.columnToJsonKeyMappings(Map.of(
"columnToJsonKeyMappingsKey", "columnToJsonKeyMappings"))
.convertDotsInJsonKeysToUnderscores(false)
.build())
.build())
.build())
.outputFormatConfiguration(OutputFormatConfigurationProperty.builder()
.serializer(SerializerProperty.builder()
.orcSerDe(OrcSerDeProperty.builder()
.blockSizeBytes(123)
.bloomFilterColumns(List.of("bloomFilterColumns"))
.bloomFilterFalsePositiveProbability(123)
.compression("compression")
.dictionaryKeyThreshold(123)
.enablePadding(false)
.formatVersion("formatVersion")
.paddingTolerance(123)
.rowIndexStride(123)
.stripeSizeBytes(123)
.build())
.parquetSerDe(ParquetSerDeProperty.builder()
.blockSizeBytes(123)
.compression("compression")
.enableDictionaryCompression(false)
.maxPaddingBytes(123)
.pageSizeBytes(123)
.writerVersion("writerVersion")
.build())
.build())
.build())
.schemaConfiguration(SchemaConfigurationProperty.builder()
.catalogId("catalogId")
.databaseName("databaseName")
.region("region")
.roleArn("roleArn")
.tableName("tableName")
.versionId("versionId")
.build())
.build())
.dynamicPartitioningConfiguration(DynamicPartitioningConfigurationProperty.builder()
.enabled(false)
.retryOptions(RetryOptionsProperty.builder()
.durationInSeconds(123)
.build())
.build())
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.kmsEncryptionConfig(KMSEncryptionConfigProperty.builder()
.awskmsKeyArn("awskmsKeyArn")
.build())
.noEncryptionConfig("noEncryptionConfig")
.build())
.errorOutputPrefix("errorOutputPrefix")
.prefix("prefix")
.processingConfiguration(ProcessingConfigurationProperty.builder()
.enabled(false)
.processors(List.of(ProcessorProperty.builder()
.type("type")
// the properties below are optional
.parameters(List.of(ProcessorParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build()))
.build()))
.build())
.s3BackupConfiguration(S3DestinationConfigurationProperty.builder()
.bucketArn("bucketArn")
.roleArn("roleArn")
// the properties below are optional
.bufferingHints(BufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.compressionFormat("compressionFormat")
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.kmsEncryptionConfig(KMSEncryptionConfigProperty.builder()
.awskmsKeyArn("awskmsKeyArn")
.build())
.noEncryptionConfig("noEncryptionConfig")
.build())
.errorOutputPrefix("errorOutputPrefix")
.prefix("prefix")
.build())
.s3BackupMode("s3BackupMode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder
|
static class |
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder |
builder() |
String |
getBucketArn()
`CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.BucketARN`.
|
default Object |
getBufferingHints()
`CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.BufferingHints`.
|
default Object |
getCloudWatchLoggingOptions()
`CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.CloudWatchLoggingOptions`.
|
default String |
getCompressionFormat()
`CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.CompressionFormat`.
|
default Object |
getDataFormatConversionConfiguration()
`CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.DataFormatConversionConfiguration`.
|
default Object |
getDynamicPartitioningConfiguration()
`CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.DynamicPartitioningConfiguration`.
|
default Object |
getEncryptionConfiguration()
`CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.EncryptionConfiguration`.
|
default String |
getErrorOutputPrefix()
`CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.ErrorOutputPrefix`.
|
default String |
getPrefix()
`CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Prefix`.
|
default Object |
getProcessingConfiguration()
`CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.ProcessingConfiguration`.
|
String |
getRoleArn()
`CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.RoleARN`.
|
default Object |
getS3BackupConfiguration()
`CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.S3BackupConfiguration`.
|
default String |
getS3BackupMode()
`CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.S3BackupMode`.
|
@Stability(value=Stable) @NotNull String getBucketArn()
@Stability(value=Stable) @Nullable default Object getBufferingHints()
@Stability(value=Stable) @Nullable default Object getCloudWatchLoggingOptions()
@Stability(value=Stable) @Nullable default String getCompressionFormat()
@Stability(value=Stable) @Nullable default Object getDataFormatConversionConfiguration()
@Stability(value=Stable) @Nullable default Object getDynamicPartitioningConfiguration()
@Stability(value=Stable) @Nullable default Object getEncryptionConfiguration()
@Stability(value=Stable) @Nullable default String getErrorOutputPrefix()
@Stability(value=Stable) @Nullable default String getPrefix()
@Stability(value=Stable) @Nullable default Object getProcessingConfiguration()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default Object getS3BackupConfiguration()
@Stability(value=Stable) @Nullable default String getS3BackupMode()
@Stability(value=Stable) static CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.