Class: Aws::LookoutMetrics::Types::RedshiftSourceConfig

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

Overview

Provides information about the Amazon Redshift database configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifierString

A string identifying the Redshift cluster.

Returns:

  • (String)


2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2388

class RedshiftSourceConfig < Struct.new(
  :cluster_identifier,
  :database_host,
  :database_port,
  :secret_manager_arn,
  :database_name,
  :table_name,
  :role_arn,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#database_hostString

The name of the database host.

Returns:

  • (String)


2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2388

class RedshiftSourceConfig < Struct.new(
  :cluster_identifier,
  :database_host,
  :database_port,
  :secret_manager_arn,
  :database_name,
  :table_name,
  :role_arn,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The Redshift database name.

Returns:

  • (String)


2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2388

class RedshiftSourceConfig < Struct.new(
  :cluster_identifier,
  :database_host,
  :database_port,
  :secret_manager_arn,
  :database_name,
  :table_name,
  :role_arn,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#database_portInteger

The port number where the database can be accessed.

Returns:

  • (Integer)


2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2388

class RedshiftSourceConfig < Struct.new(
  :cluster_identifier,
  :database_host,
  :database_port,
  :secret_manager_arn,
  :database_name,
  :table_name,
  :role_arn,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the role providing access to the database.

Returns:

  • (String)


2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2388

class RedshiftSourceConfig < Struct.new(
  :cluster_identifier,
  :database_host,
  :database_port,
  :secret_manager_arn,
  :database_name,
  :table_name,
  :role_arn,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#secret_manager_arnString

The Amazon Resource Name (ARN) of the AWS Secrets Manager role.

Returns:

  • (String)


2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2388

class RedshiftSourceConfig < Struct.new(
  :cluster_identifier,
  :database_host,
  :database_port,
  :secret_manager_arn,
  :database_name,
  :table_name,
  :role_arn,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The table name of the Redshift database.

Returns:

  • (String)


2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2388

class RedshiftSourceConfig < Struct.new(
  :cluster_identifier,
  :database_host,
  :database_port,
  :secret_manager_arn,
  :database_name,
  :table_name,
  :role_arn,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configurationTypes::VpcConfiguration

Contains information about the Amazon Virtual Private Cloud (VPC) configuration.



2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2388

class RedshiftSourceConfig < Struct.new(
  :cluster_identifier,
  :database_host,
  :database_port,
  :secret_manager_arn,
  :database_name,
  :table_name,
  :role_arn,
  :vpc_configuration)
  SENSITIVE = []
  include Aws::Structure
end