Class: Aws::LookoutMetrics::Types::RDSSourceConfig

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

Overview

Contains information about the Amazon Relational Database Service (RDS) configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_hostString

The host name of the database.

Returns:

  • (String)


2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2337

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

#database_nameString

The name of the RDS database.

Returns:

  • (String)


2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2337

class RDSSourceConfig < Struct.new(
  :db_instance_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)


2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2337

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

#db_instance_identifierString

A string identifying the database instance.

Returns:

  • (String)


2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2337

class RDSSourceConfig < Struct.new(
  :db_instance_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.

Returns:

  • (String)


2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2337

class RDSSourceConfig < Struct.new(
  :db_instance_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)


2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2337

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

#table_nameString

The name of the table in the database.

Returns:

  • (String)


2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2337

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

#vpc_configurationTypes::VpcConfiguration

An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.



2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2337

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