| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
RedshiftSourceConfig |
RedshiftSourceConfig.clone() |
RedshiftSourceConfig |
MetricSource.getRedshiftSourceConfig()
An object containing information about the Amazon Redshift database configuration.
|
RedshiftSourceConfig |
RedshiftSourceConfig.withClusterIdentifier(String clusterIdentifier)
A string identifying the Redshift cluster.
|
RedshiftSourceConfig |
RedshiftSourceConfig.withDatabaseHost(String databaseHost)
The name of the database host.
|
RedshiftSourceConfig |
RedshiftSourceConfig.withDatabaseName(String databaseName)
The Redshift database name.
|
RedshiftSourceConfig |
RedshiftSourceConfig.withDatabasePort(Integer databasePort)
The port number where the database can be accessed.
|
RedshiftSourceConfig |
RedshiftSourceConfig.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role providing access to the database.
|
RedshiftSourceConfig |
RedshiftSourceConfig.withSecretManagerArn(String secretManagerArn)
The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
|
RedshiftSourceConfig |
RedshiftSourceConfig.withTableName(String tableName)
The table name of the Redshift database.
|
RedshiftSourceConfig |
RedshiftSourceConfig.withVpcConfiguration(VpcConfiguration vpcConfiguration)
Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricSource.setRedshiftSourceConfig(RedshiftSourceConfig redshiftSourceConfig)
An object containing information about the Amazon Redshift database configuration.
|
MetricSource |
MetricSource.withRedshiftSourceConfig(RedshiftSourceConfig redshiftSourceConfig)
An object containing information about the Amazon Redshift database configuration.
|
Copyright © 2021. All rights reserved.