@Stability(value=Stable) public static final class CfnDataSource.ConnectionConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.ConnectionConfigurationProperty>
CfnDataSource.ConnectionConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataSource.ConnectionConfigurationProperty.Builder databaseHost(String databaseHost)
CfnDataSource.ConnectionConfigurationProperty.getDatabaseHost()databaseHost - The name of the host for the database. This parameter is required.
Can be either a string (host.subdomain.domain.tld) or an IPv4 or IPv6 address.this@Stability(value=Stable) public CfnDataSource.ConnectionConfigurationProperty.Builder databaseName(String databaseName)
CfnDataSource.ConnectionConfigurationProperty.getDatabaseName()databaseName - The name of the database containing the document data. This parameter is required.this@Stability(value=Stable) public CfnDataSource.ConnectionConfigurationProperty.Builder databasePort(Number databasePort)
CfnDataSource.ConnectionConfigurationProperty.getDatabasePort()databasePort - The port that the database uses for connections. This parameter is required.this@Stability(value=Stable) public CfnDataSource.ConnectionConfigurationProperty.Builder secretArn(String secretArn)
CfnDataSource.ConnectionConfigurationProperty.getSecretArn()secretArn - The Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager . This parameter is required.
The credentials should be a user/password pair. For more information, see Using a Database Data Source . For more information about AWS Secrets Manager , see What Is AWS Secrets Manager in the AWS Secrets Manager user guide.this@Stability(value=Stable) public CfnDataSource.ConnectionConfigurationProperty.Builder tableName(String tableName)
CfnDataSource.ConnectionConfigurationProperty.getTableName()tableName - The name of the table that contains the document data. This parameter is required.this@Stability(value=Stable) public CfnDataSource.ConnectionConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.ConnectionConfigurationProperty>CfnDataSource.ConnectionConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.