Interface CfnDataSource.AuroraParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.AuroraParametersProperty.Jsii$Proxy
- Enclosing class:
CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.AuroraParametersProperty
extends software.amazon.jsii.JsiiSerializable
Parameters for Amazon Aurora.
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.quicksight.*; AuroraParametersProperty auroraParametersProperty = AuroraParametersProperty.builder() .database("database") .host("host") .port(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.AuroraParametersProperty
static final class
An implementation forCfnDataSource.AuroraParametersProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatabase
Database.- See Also:
-
getHost
Host.- See Also:
-
getPort
Port.Default: - 0
- See Also:
-
builder
-