ExtendedS3DestinationDescription
public struct ExtendedS3DestinationDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
Declaration
Swift
public let bucketARN: String
-
The buffering option.
Declaration
Swift
public let bufferingHints: BufferingHints
-
The Amazon CloudWatch logging options for your delivery stream.
Declaration
Swift
public let cloudWatchLoggingOptions: CloudWatchLoggingOptions?
-
The compression format. If no value is specified, the default is UNCOMPRESSED.
Declaration
Swift
public let compressionFormat: CompressionFormat
-
The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
Declaration
Swift
public let dataFormatConversionConfiguration: DataFormatConversionConfiguration?
-
The encryption configuration. If no value is specified, the default is no encryption.
Declaration
Swift
public let encryptionConfiguration: EncryptionConfiguration
-
A 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.
Declaration
Swift
public let errorOutputPrefix: String?
-
The “YYYY/MM/DD/HH” time format prefix is automatically used for delivered Amazon S3 files. You can also specify a custom prefix, as described in Custom Prefixes for Amazon S3 Objects.
Declaration
Swift
public let prefix: String?
-
The data processing configuration.
Declaration
Swift
public let processingConfiguration: ProcessingConfiguration?
-
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
Declaration
Swift
public let roleARN: String
-
The configuration for backup in Amazon S3.
Declaration
Swift
public let s3BackupDescription: S3DestinationDescription?
-
The Amazon S3 backup mode.
Declaration
Swift
public let s3BackupMode: S3BackupMode?
-
init(bucketARN:bufferingHints:cloudWatchLoggingOptions:compressionFormat:dataFormatConversionConfiguration:encryptionConfiguration:errorOutputPrefix:prefix:processingConfiguration:roleARN:s3BackupDescription:s3BackupMode:)
Undocumented
Declaration
Swift
public init(bucketARN: String, bufferingHints: BufferingHints, cloudWatchLoggingOptions: CloudWatchLoggingOptions? = nil, compressionFormat: CompressionFormat, dataFormatConversionConfiguration: DataFormatConversionConfiguration? = nil, encryptionConfiguration: EncryptionConfiguration, errorOutputPrefix: String? = nil, prefix: String? = nil, processingConfiguration: ProcessingConfiguration? = nil, roleARN: String, s3BackupDescription: S3DestinationDescription? = nil, s3BackupMode: S3BackupMode? = nil)