DmsTransferSettings
public struct DmsTransferSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the S3 bucket to use.
Declaration
Swift
public let bucketName: String?
-
The IAM role that has permission to access the Amazon S3 bucket.
Declaration
Swift
public let serviceAccessRoleArn: String?
-
Undocumented
Declaration
Swift
public init(bucketName: String? = nil, serviceAccessRoleArn: String? = nil)