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
Describes an Amazon RDS instance.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStack.RdsDbInstancePropertystatic final classAn 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. -
getDbUser
The master user name. -
getRdsDbInstanceArn
The instance's ARN. -
builder
-