| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
RDSSourceConfig |
RDSSourceConfig.clone() |
RDSSourceConfig |
MetricSource.getRDSSourceConfig()
An object containing information about the Amazon Relational Database Service (RDS) configuration.
|
RDSSourceConfig |
RDSSourceConfig.withDatabaseHost(String databaseHost)
The host name of the database.
|
RDSSourceConfig |
RDSSourceConfig.withDatabaseName(String databaseName)
The name of the RDS database.
|
RDSSourceConfig |
RDSSourceConfig.withDatabasePort(Integer databasePort)
The port number where the database can be accessed.
|
RDSSourceConfig |
RDSSourceConfig.withDBInstanceIdentifier(String dBInstanceIdentifier)
A string identifying the database instance.
|
RDSSourceConfig |
RDSSourceConfig.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role.
|
RDSSourceConfig |
RDSSourceConfig.withSecretManagerArn(String secretManagerArn)
The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
|
RDSSourceConfig |
RDSSourceConfig.withTableName(String tableName)
The name of the table in the database.
|
RDSSourceConfig |
RDSSourceConfig.withVpcConfiguration(VpcConfiguration vpcConfiguration)
An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricSource.setRDSSourceConfig(RDSSourceConfig rDSSourceConfig)
An object containing information about the Amazon Relational Database Service (RDS) configuration.
|
MetricSource |
MetricSource.withRDSSourceConfig(RDSSourceConfig rDSSourceConfig)
An object containing information about the Amazon Relational Database Service (RDS) configuration.
|
Copyright © 2022. All rights reserved.