Class: Aws::Appflow::Types::RedshiftConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::RedshiftConnectorProfileProperties
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
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
}
The connector-specific profile properties when using Amazon Redshift.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
A name for the associated Amazon S3 bucket.
-
#bucket_prefix ⇒ String
The object key for the destination bucket in which Amazon AppFlow places the files.
-
#database_url ⇒ String
The JDBC URL of the Amazon Redshift cluster.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role.
Instance Attribute Details
#bucket_name ⇒ String
A name for the associated Amazon S3 bucket.
4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4984 class RedshiftConnectorProfileProperties < Struct.new( :database_url, :bucket_name, :bucket_prefix, :role_arn) SENSITIVE = [] include Aws::Structure end |
#bucket_prefix ⇒ String
The object key for the destination bucket in which Amazon AppFlow places the files.
4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4984 class RedshiftConnectorProfileProperties < Struct.new( :database_url, :bucket_name, :bucket_prefix, :role_arn) SENSITIVE = [] include Aws::Structure end |
#database_url ⇒ String
The JDBC URL of the Amazon Redshift cluster.
4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4984 class RedshiftConnectorProfileProperties < Struct.new( :database_url, :bucket_name, :bucket_prefix, :role_arn) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role.
4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4984 class RedshiftConnectorProfileProperties < Struct.new( :database_url, :bucket_name, :bucket_prefix, :role_arn) SENSITIVE = [] include Aws::Structure end |