HttpEndpointDestinationUpdate
public struct HttpEndpointDestinationUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes buffering options that can be applied to the data before it is delivered to the HTTPS endpoint destination. Kinesis Data Firehose teats these options as hints, and it might choose to use more optimal values. The SizeInMBs and IntervalInSeconds parameters are optional. However, if 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?
-
Describes the configuration of the HTTP endpoint destination.
Declaration
Swift
public let endpointConfiguration: HttpEndpointConfiguration?
-
Undocumented
Declaration
Swift
public let processingConfiguration: ProcessingConfiguration?
-
The configuration of the request 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 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 s3Update: S3DestinationUpdate?
-
init(bufferingHints:cloudWatchLoggingOptions:endpointConfiguration:processingConfiguration:requestConfiguration:retryOptions:roleARN:s3BackupMode:s3Update:)
Undocumented
Declaration
Swift
public init(bufferingHints: HttpEndpointBufferingHints? = nil, cloudWatchLoggingOptions: CloudWatchLoggingOptions? = nil, endpointConfiguration: HttpEndpointConfiguration? = nil, processingConfiguration: ProcessingConfiguration? = nil, requestConfiguration: HttpEndpointRequestConfiguration? = nil, retryOptions: HttpEndpointRetryOptions? = nil, roleARN: String? = nil, s3BackupMode: HttpEndpointS3BackupMode? = nil, s3Update: S3DestinationUpdate? = nil)
-
Declaration
Swift
public func validate(name: String) throws