ErrorHandlingConfig
public struct ErrorHandlingConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies the name of the Amazon S3 bucket.
Declaration
Swift
public let bucketName: String? -
Specifies the Amazon S3 bucket prefix.
Declaration
Swift
public let bucketPrefix: String? -
Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
Declaration
Swift
public let failOnFirstDestinationError: Bool? -
Undocumented
Declaration
Swift
public init(bucketName: String? = nil, bucketPrefix: String? = nil, failOnFirstDestinationError: Bool? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ErrorHandlingConfig Structure Reference