Class: Aws::DataZone::Types::RedshiftPropertiesOutput

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 Amazon Redshift credentials.



17567
17568
17569
17570
17571
17572
17573
17574
17575
17576
17577
17578
17579
# File 'lib/aws-sdk-datazone/types.rb', line 17567

class RedshiftPropertiesOutput < Struct.new(
  :storage,
  :credentials,
  :is_provisioned_secret,
  :jdbc_iam_url,
  :jdbc_url,
  :redshift_temp_dir,
  :lineage_sync,
  :status,
  :database_name)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#database_nameString

The Amazon Redshift database name.

Returns:

  • (String)


17567
17568
17569
17570
17571
17572
17573
17574
17575
17576
17577
17578
17579
# File 'lib/aws-sdk-datazone/types.rb', line 17567

class RedshiftPropertiesOutput < Struct.new(
  :storage,
  :credentials,
  :is_provisioned_secret,
  :jdbc_iam_url,
  :jdbc_url,
  :redshift_temp_dir,
  :lineage_sync,
  :status,
  :database_name)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#is_provisioned_secretBoolean

Specifies whether Amaon Redshift properties has a provisioned secret.

Returns:

  • (Boolean)


17567
17568
17569
17570
17571
17572
17573
17574
17575
17576
17577
17578
17579
# File 'lib/aws-sdk-datazone/types.rb', line 17567

class RedshiftPropertiesOutput < Struct.new(
  :storage,
  :credentials,
  :is_provisioned_secret,
  :jdbc_iam_url,
  :jdbc_url,
  :redshift_temp_dir,
  :lineage_sync,
  :status,
  :database_name)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#jdbc_iam_urlString

The jdbcIam URL of the Amazon Redshift properties.

Returns:

  • (String)


17567
17568
17569
17570
17571
17572
17573
17574
17575
17576
17577
17578
17579
# File 'lib/aws-sdk-datazone/types.rb', line 17567

class RedshiftPropertiesOutput < Struct.new(
  :storage,
  :credentials,
  :is_provisioned_secret,
  :jdbc_iam_url,
  :jdbc_url,
  :redshift_temp_dir,
  :lineage_sync,
  :status,
  :database_name)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#jdbc_urlString

The jdbcURL of the Amazon Redshift properties.

Returns:

  • (String)


17567
17568
17569
17570
17571
17572
17573
17574
17575
17576
17577
17578
17579
# File 'lib/aws-sdk-datazone/types.rb', line 17567

class RedshiftPropertiesOutput < Struct.new(
  :storage,
  :credentials,
  :is_provisioned_secret,
  :jdbc_iam_url,
  :jdbc_url,
  :redshift_temp_dir,
  :lineage_sync,
  :status,
  :database_name)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#lineage_syncTypes::RedshiftLineageSyncConfigurationOutput

The lineage syn of the Amazon Redshift properties.



17567
17568
17569
17570
17571
17572
17573
17574
17575
17576
17577
17578
17579
# File 'lib/aws-sdk-datazone/types.rb', line 17567

class RedshiftPropertiesOutput < Struct.new(
  :storage,
  :credentials,
  :is_provisioned_secret,
  :jdbc_iam_url,
  :jdbc_url,
  :redshift_temp_dir,
  :lineage_sync,
  :status,
  :database_name)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#redshift_temp_dirString

The redshiftTempDir of the Amazon Redshift properties.

Returns:

  • (String)


17567
17568
17569
17570
17571
17572
17573
17574
17575
17576
17577
17578
17579
# File 'lib/aws-sdk-datazone/types.rb', line 17567

class RedshiftPropertiesOutput < Struct.new(
  :storage,
  :credentials,
  :is_provisioned_secret,
  :jdbc_iam_url,
  :jdbc_url,
  :redshift_temp_dir,
  :lineage_sync,
  :status,
  :database_name)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#statusString

The status in the Amazon Redshift properties.

Returns:

  • (String)


17567
17568
17569
17570
17571
17572
17573
17574
17575
17576
17577
17578
17579
# File 'lib/aws-sdk-datazone/types.rb', line 17567

class RedshiftPropertiesOutput < Struct.new(
  :storage,
  :credentials,
  :is_provisioned_secret,
  :jdbc_iam_url,
  :jdbc_url,
  :redshift_temp_dir,
  :lineage_sync,
  :status,
  :database_name)
  SENSITIVE = [:credentials]
  include Aws::Structure
end

#storageTypes::RedshiftStorageProperties

The storage in the Amazon Redshift properties.



17567
17568
17569
17570
17571
17572
17573
17574
17575
17576
17577
17578
17579
# File 'lib/aws-sdk-datazone/types.rb', line 17567

class RedshiftPropertiesOutput < Struct.new(
  :storage,
  :credentials,
  :is_provisioned_secret,
  :jdbc_iam_url,
  :jdbc_url,
  :redshift_temp_dir,
  :lineage_sync,
  :status,
  :database_name)
  SENSITIVE = [:credentials]
  include Aws::Structure
end