Class: Aws::DatabaseMigrationService::Types::RedshiftDataProviderSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::RedshiftDataProviderSettings
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information that defines an Amazon Redshift data provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The database name on the Amazon Redshift data provider.
-
#port ⇒ Integer
The port value for the Amazon Redshift data provider.
-
#s3_access_role_arn ⇒ String
The ARN for the role the application uses to access its Amazon S3 bucket.
-
#s3_path ⇒ String
The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.
-
#server_name ⇒ String
The name of the Amazon Redshift server.
Instance Attribute Details
#database_name ⇒ String
The database name on the Amazon Redshift data provider.
10643 10644 10645 10646 10647 10648 10649 10650 10651 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10643 class RedshiftDataProviderSettings < Struct.new( :server_name, :port, :database_name, :s3_path, :s3_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port value for the Amazon Redshift data provider.
10643 10644 10645 10646 10647 10648 10649 10650 10651 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10643 class RedshiftDataProviderSettings < Struct.new( :server_name, :port, :database_name, :s3_path, :s3_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#s3_access_role_arn ⇒ String
The ARN for the role the application uses to access its Amazon S3 bucket.
10643 10644 10645 10646 10647 10648 10649 10650 10651 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10643 class RedshiftDataProviderSettings < Struct.new( :server_name, :port, :database_name, :s3_path, :s3_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#s3_path ⇒ String
The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.
10643 10644 10645 10646 10647 10648 10649 10650 10651 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10643 class RedshiftDataProviderSettings < Struct.new( :server_name, :port, :database_name, :s3_path, :s3_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#server_name ⇒ String
The name of the Amazon Redshift server.
10643 10644 10645 10646 10647 10648 10649 10650 10651 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10643 class RedshiftDataProviderSettings < Struct.new( :server_name, :port, :database_name, :s3_path, :s3_access_role_arn) SENSITIVE = [] include Aws::Structure end |