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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



18575
18576
18577
18578
18579
18580
18581
18582
18583
18584
# File 'lib/aws-sdk-datazone/types.rb', line 18575

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

#database_nameString

The Amazon Redshift database name.

Returns:

  • (String)


18575
18576
18577
18578
18579
18580
18581
18582
18583
18584
# File 'lib/aws-sdk-datazone/types.rb', line 18575

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

#hostString

The Amazon Redshift host.

Returns:

  • (String)


18575
18576
18577
18578
18579
18580
18581
18582
18583
18584
# File 'lib/aws-sdk-datazone/types.rb', line 18575

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

#lineage_syncTypes::RedshiftLineageSyncConfigurationInput

The lineage sync of the Amazon Redshift.



18575
18576
18577
18578
18579
18580
18581
18582
18583
18584
# File 'lib/aws-sdk-datazone/types.rb', line 18575

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

#portInteger

The Amaon Redshift port.

Returns:

  • (Integer)


18575
18576
18577
18578
18579
18580
18581
18582
18583
18584
# File 'lib/aws-sdk-datazone/types.rb', line 18575

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

#storageTypes::RedshiftStorageProperties

The Amazon Redshift storage.



18575
18576
18577
18578
18579
18580
18581
18582
18583
18584
# File 'lib/aws-sdk-datazone/types.rb', line 18575

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