HttpEndpointDestinationConfiguration
public struct HttpEndpointDestinationConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The 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.
Declaration
Swift
public let bufferingHints: HttpEndpointBufferingHints?
-
Undocumented
Declaration
Swift
public let cloudWatchLoggingOptions: CloudWatchLoggingOptions?
-
The configuration of the HTTP endpoint selected as the destination.
Declaration
Swift
public let endpointConfiguration: HttpEndpointConfiguration
-
Undocumented
Declaration
Swift
public let processingConfiguration: ProcessingConfiguration?
-
The configuration of the requeste sent to the HTTP endpoint specified as the destination.
Declaration
Swift
public let requestConfiguration: HttpEndpointRequestConfiguration?
-
Describes 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.
Declaration
Swift
public let retryOptions: HttpEndpointRetryOptions?
-
Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
Declaration
Swift
public let roleARN: String?
-
Describes 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).
Declaration
Swift
public let s3BackupMode: HttpEndpointS3BackupMode?
-
Undocumented
Declaration
Swift
public let s3Configuration: S3DestinationConfiguration
-
init(bufferingHints:cloudWatchLoggingOptions:endpointConfiguration:processingConfiguration:requestConfiguration:retryOptions:roleARN:s3BackupMode:s3Configuration:)
Undocumented
Declaration
Swift
public init(bufferingHints: HttpEndpointBufferingHints? = nil, cloudWatchLoggingOptions: CloudWatchLoggingOptions? = nil, endpointConfiguration: HttpEndpointConfiguration, processingConfiguration: ProcessingConfiguration? = nil, requestConfiguration: HttpEndpointRequestConfiguration? = nil, retryOptions: HttpEndpointRetryOptions? = nil, roleARN: String? = nil, s3BackupMode: HttpEndpointS3BackupMode? = nil, s3Configuration: S3DestinationConfiguration)
-
Declaration
Swift
public func validate(name: String) throws