class Aws::Appflow::Types::RedshiftConnectorProfileProperties

The connector-specific profile properties when using Amazon Redshift.

@note When making an API call, you may pass RedshiftConnectorProfileProperties

data as a hash:

    {
      database_url: "DatabaseUrl", # required
      bucket_name: "BucketName", # required
      bucket_prefix: "BucketPrefix",
      role_arn: "RoleArn", # required
    }

@!attribute [rw] database_url

The JDBC URL of the Amazon Redshift cluster.
@return [String]

@!attribute [rw] bucket_name

A name for the associated Amazon S3 bucket.
@return [String]

@!attribute [rw] bucket_prefix

The object key for the destination bucket in which Amazon AppFlow
places the files.
@return [String]

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of the IAM role.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/RedshiftConnectorProfileProperties AWS API Documentation

Constants

SENSITIVE