ExtendedS3DestinationUpdate
public struct ExtendedS3DestinationUpdate : 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?
-
You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled, you can’t update the delivery stream to disable it.
Declaration
Swift
public let s3BackupMode: S3BackupMode?
-
The Amazon S3 destination for backup.
Declaration
Swift
public let s3BackupUpdate: S3DestinationUpdate?
-
init(bucketARN:bufferingHints:cloudWatchLoggingOptions:compressionFormat:dataFormatConversionConfiguration:encryptionConfiguration:errorOutputPrefix:prefix:processingConfiguration:roleARN:s3BackupMode:s3BackupUpdate:)
Undocumented
Declaration
Swift
public init(bucketARN: String? = nil, bufferingHints: BufferingHints? = nil, cloudWatchLoggingOptions: CloudWatchLoggingOptions? = nil, compressionFormat: CompressionFormat? = nil, dataFormatConversionConfiguration: DataFormatConversionConfiguration? = nil, encryptionConfiguration: EncryptionConfiguration? = nil, errorOutputPrefix: String? = nil, prefix: String? = nil, processingConfiguration: ProcessingConfiguration? = nil, roleARN: String? = nil, s3BackupMode: S3BackupMode? = nil, s3BackupUpdate: S3DestinationUpdate? = nil)
-
Declaration
Swift
public func validate(name: String) throws