Class: Aws::DataZone::Types::RedshiftPropertiesInput

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

Overview

The Amazon Redshift properties.

Constant Summary collapse

SENSITIVE =
[:credentials]

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::RedshiftCredentials

The Amaon Redshift credentials.



16212
16213
16214
16215
16216
16217
16218
16219
16220
16221
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16212

class RedshiftPropertiesInput < Struct.new(
  :credentials,
  :database_name,
  :host,
  :lineage_sync,
  :port,
  :storage)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#database_nameString

The Amazon Redshift database name.

Returns:

  • (String)


16212
16213
16214
16215
16216
16217
16218
16219
16220
16221
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16212

class RedshiftPropertiesInput < Struct.new(
  :credentials,
  :database_name,
  :host,
  :lineage_sync,
  :port,
  :storage)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#hostString

The Amazon Redshift host.

Returns:

  • (String)


16212
16213
16214
16215
16216
16217
16218
16219
16220
16221
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16212

class RedshiftPropertiesInput < Struct.new(
  :credentials,
  :database_name,
  :host,
  :lineage_sync,
  :port,
  :storage)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#lineage_syncTypes::RedshiftLineageSyncConfigurationInput

The lineage sync of the Amazon Redshift.



16212
16213
16214
16215
16216
16217
16218
16219
16220
16221
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16212

class RedshiftPropertiesInput < Struct.new(
  :credentials,
  :database_name,
  :host,
  :lineage_sync,
  :port,
  :storage)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#portInteger

The Amaon Redshift port.

Returns:

  • (Integer)


16212
16213
16214
16215
16216
16217
16218
16219
16220
16221
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16212

class RedshiftPropertiesInput < Struct.new(
  :credentials,
  :database_name,
  :host,
  :lineage_sync,
  :port,
  :storage)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#storageTypes::RedshiftStorageProperties

The Amazon Redshift storage.



16212
16213
16214
16215
16216
16217
16218
16219
16220
16221
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16212

class RedshiftPropertiesInput < Struct.new(
  :credentials,
  :database_name,
  :host,
  :lineage_sync,
  :port,
  :storage)
  SENSITIVE = [:credentials]
  include Aws::Structure
end