Interface CfnDataSourcePropsMixin.RdsParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSourcePropsMixin.RdsParametersProperty.Jsii$Proxy
- Enclosing class:
CfnDataSourcePropsMixin
@Stability(Stable)
public static interface CfnDataSourcePropsMixin.RdsParametersProperty
extends software.amazon.jsii.JsiiSerializable
The parameters for Amazon RDS.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
RdsParametersProperty rdsParametersProperty = RdsParametersProperty.builder()
.database("database")
.instanceId("instanceId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSourcePropsMixin.RdsParametersPropertystatic final classAn implementation forCfnDataSourcePropsMixin.RdsParametersProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatabase
Database.- See Also:
-
getInstanceId
Instance ID.- See Also:
-
builder
-