public static interface CfnStack.RdsDbInstanceProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.opsworks.*; RdsDbInstanceProperty rdsDbInstanceProperty = RdsDbInstanceProperty.builder() .dbPassword("dbPassword") .dbUser("dbUser") .rdsDbInstanceArn("rdsDbInstanceArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStack.RdsDbInstanceProperty.Builder
A builder for
CfnStack.RdsDbInstanceProperty |
static class |
CfnStack.RdsDbInstanceProperty.Jsii$Proxy
An implementation for
CfnStack.RdsDbInstanceProperty |
Modifier and Type | Method and Description |
---|---|
static CfnStack.RdsDbInstanceProperty.Builder |
builder() |
java.lang.String |
getDbPassword()
AWS OpsWorks Stacks returns `*****FILTERED*****` instead of the actual value.
|
java.lang.String |
getDbUser()
The master user name.
|
java.lang.String |
getRdsDbInstanceArn()
The instance's ARN.
|
java.lang.String getDbPassword()
java.lang.String getDbUser()
java.lang.String getRdsDbInstanceArn()
static CfnStack.RdsDbInstanceProperty.Builder builder()