Class: Aws::DataZone::Types::RedshiftRunConfigurationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The configuration details of the Amazon Redshift data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

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.

Returns:

  • (String)


19273
19274
19275
19276
19277
19278
19279
19280
19281
19282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19273

class RedshiftRunConfigurationOutput < Struct.new(
  :account_id,
  :region,
  :data_access_role,
  :relational_filter_configurations,
  :redshift_credential_configuration,
  :redshift_storage)
  SENSITIVE = []
  include Aws::Structure
end

#data_access_role ⇒ String

The data access role included in the configuration details of the Amazon Redshift data source.

Returns:

  • (String)


19273
19274
19275
19276
19277
19278
19279
19280
19281
19282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19273

class RedshiftRunConfigurationOutput < Struct.new(
  :account_id,
  :region,
  :data_access_role,
  :relational_filter_configurations,
  :redshift_credential_configuration,
  :redshift_storage)
  SENSITIVE = []
  include Aws::Structure
end

#redshift_credential_configuration ⇒ Types::RedshiftCredentialConfiguration

The details of the credentials required to access an Amazon Redshift cluster.



19273
19274
19275
19276
19277
19278
19279
19280
19281
19282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19273

class RedshiftRunConfigurationOutput < Struct.new(
  :account_id,
  :region,
  :data_access_role,
  :relational_filter_configurations,
  :redshift_credential_configuration,
  :redshift_storage)
  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.



19273
19274
19275
19276
19277
19278
19279
19280
19281
19282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19273

class RedshiftRunConfigurationOutput < Struct.new(
  :account_id,
  :region,
  :data_access_role,
  :relational_filter_configurations,
  :redshift_credential_configuration,
  :redshift_storage)
  SENSITIVE = []
  include Aws::Structure
end

#region ⇒ String

The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.

Returns:

  • (String)


19273
19274
19275
19276
19277
19278
19279
19280
19281
19282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19273

class RedshiftRunConfigurationOutput < Struct.new(
  :account_id,
  :region,
  :data_access_role,
  :relational_filter_configurations,
  :redshift_credential_configuration,
  :redshift_storage)
  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.



19273
19274
19275
19276
19277
19278
19279
19280
19281
19282
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19273

class RedshiftRunConfigurationOutput < Struct.new(
  :account_id,
  :region,
  :data_access_role,
  :relational_filter_configurations,
  :redshift_credential_configuration,
  :redshift_storage)
  SENSITIVE = []
  include Aws::Structure
end