You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::RedshiftConnectorProfileProperties

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RedshiftConnectorProfileProperties as input to an Aws::Client method, you can use a vanilla Hash:

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

The connector-specific profile properties when using Amazon Redshift.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

A name for the associated Amazon S3 bucket.

Returns:

  • (String)

    A name for the associated Amazon S3 bucket.

#bucket_prefixString

The object key for the destination bucket in which Amazon AppFlow places the files.

Returns:

  • (String)

    The object key for the destination bucket in which Amazon AppFlow places the files.

#database_urlString

The JDBC URL of the Amazon Redshift cluster.

Returns:

  • (String)

    The JDBC URL of the Amazon Redshift cluster.

#role_arnString

The Amazon Resource Name (ARN) of the IAM role.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the IAM role.