RedshiftConnectorProfileProperties
public struct RedshiftConnectorProfileProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A name for the associated Amazon S3 bucket.
Declaration
Swift
public let bucketName: String -
The object key for the destination bucket in which Amazon AppFlow places the files.
Declaration
Swift
public let bucketPrefix: String? -
The JDBC URL of the Amazon Redshift cluster.
Declaration
Swift
public let databaseUrl: String -
The Amazon Resource Name (ARN) of the IAM role.
Declaration
Swift
public let roleArn: String -
Undocumented
Declaration
Swift
public init(bucketName: String, bucketPrefix: String? = nil, databaseUrl: String, roleArn: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RedshiftConnectorProfileProperties Structure Reference