Interface CfnStack.RdsDbInstanceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStack.RdsDbInstanceProperty.Jsii$Proxy
- Enclosing class:
CfnStack
@Stability(Stable)
public static interface CfnStack.RdsDbInstanceProperty
extends software.amazon.jsii.JsiiSerializable
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnStack.RdsDbInstanceProperty
static final class
An implementation forCfnStack.RdsDbInstanceProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
AWS OpsWorks Stacks returns*****FILTERED*****
instead of the actual value.The master user name.The instance's ARN.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDbPassword
AWS OpsWorks Stacks returns*****FILTERED*****
instead of the actual value.- See Also:
-
getDbUser
The master user name.- See Also:
-
getRdsDbInstanceArn
The instance's ARN.- See Also:
-
builder
-