FileGroupSettings
public struct FileGroupSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.
Declaration
Swift
public let destination: String?
-
Settings associated with the destination. Will vary based on the type of destination
Declaration
Swift
public let destinationSettings: DestinationSettings?
-
Undocumented
Declaration
Swift
public init(destination: String? = nil, destinationSettings: DestinationSettings? = nil)
-
Declaration
Swift
public func validate(name: String) throws