Class: Aws::DataZone::Types::RedshiftRunConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RedshiftRunConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The configuration details of the Amazon Redshift data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.
-
#data_access_role ⇒ String
The data access role included in the configuration details of the Amazon Redshift data source.
-
#redshift_credential_configuration ⇒ Types::RedshiftCredentialConfiguration
The details of the credentials required to access an Amazon Redshift cluster.
-
#redshift_storage ⇒ Types::RedshiftStorage
The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
-
#region ⇒ String
The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.
-
#relational_filter_configurations ⇒ Array<Types::RelationalFilterConfiguration>
The relational filger configurations included in the configuration details of the Amazon Redshift data source.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.
12614 12615 12616 12617 12618 12619 12620 12621 12622 12623 |
# File 'lib/aws-sdk-datazone/types.rb', line 12614 class RedshiftRunConfigurationOutput < Struct.new( :account_id, :data_access_role, :redshift_credential_configuration, :redshift_storage, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#data_access_role ⇒ String
The data access role included in the configuration details of the Amazon Redshift data source.
12614 12615 12616 12617 12618 12619 12620 12621 12622 12623 |
# File 'lib/aws-sdk-datazone/types.rb', line 12614 class RedshiftRunConfigurationOutput < Struct.new( :account_id, :data_access_role, :redshift_credential_configuration, :redshift_storage, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#redshift_credential_configuration ⇒ Types::RedshiftCredentialConfiguration
The details of the credentials required to access an Amazon Redshift cluster.
12614 12615 12616 12617 12618 12619 12620 12621 12622 12623 |
# File 'lib/aws-sdk-datazone/types.rb', line 12614 class RedshiftRunConfigurationOutput < Struct.new( :account_id, :data_access_role, :redshift_credential_configuration, :redshift_storage, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#redshift_storage ⇒ Types::RedshiftStorage
The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
12614 12615 12616 12617 12618 12619 12620 12621 12622 12623 |
# File 'lib/aws-sdk-datazone/types.rb', line 12614 class RedshiftRunConfigurationOutput < Struct.new( :account_id, :data_access_role, :redshift_credential_configuration, :redshift_storage, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.
12614 12615 12616 12617 12618 12619 12620 12621 12622 12623 |
# File 'lib/aws-sdk-datazone/types.rb', line 12614 class RedshiftRunConfigurationOutput < Struct.new( :account_id, :data_access_role, :redshift_credential_configuration, :redshift_storage, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |
#relational_filter_configurations ⇒ Array<Types::RelationalFilterConfiguration>
The relational filger configurations included in the configuration details of the Amazon Redshift data source.
12614 12615 12616 12617 12618 12619 12620 12621 12622 12623 |
# File 'lib/aws-sdk-datazone/types.rb', line 12614 class RedshiftRunConfigurationOutput < Struct.new( :account_id, :data_access_role, :redshift_credential_configuration, :redshift_storage, :region, :relational_filter_configurations) SENSITIVE = [] include Aws::Structure end |