Interface CfnWorkgroup.ConfigParameterProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWorkgroup.ConfigParameterProperty.Jsii$Proxy
Enclosing class:
CfnWorkgroup

@Stability(Stable) public static interface CfnWorkgroup.ConfigParameterProperty extends software.amazon.jsii.JsiiSerializable
A array of parameters to set for more control over a serverless database.

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.redshiftserverless.*;
 ConfigParameterProperty configParameterProperty = ConfigParameterProperty.builder()
         .parameterKey("parameterKey")
         .parameterValue("parameterValue")
         .build();