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: