Interface CfnStackPropsMixin.RdsDbInstanceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStackPropsMixin.RdsDbInstanceProperty.Jsii$Proxy
- Enclosing class:
CfnStackPropsMixin
@Stability(Stable)
public static interface CfnStackPropsMixin.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.mixins.preview.services.opsworks.mixins.*;
RdsDbInstanceProperty rdsDbInstanceProperty = RdsDbInstanceProperty.builder()
.dbPassword("dbPassword")
.dbUser("dbUser")
.rdsDbInstanceArn("rdsDbInstanceArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStackPropsMixin.RdsDbInstancePropertystatic final classAn implementation forCfnStackPropsMixin.RdsDbInstanceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDbPassword
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
-