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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkgroup.ConfigParameterPropertystatic final classAn implementation forCfnWorkgroup.ConfigParameterProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getParameterKey
The key of the parameter.The options are
datestyle,enable_user_activity_logging,query_group,search_path, andmax_query_execution_time. -
getParameterValue
The value of the parameter to set. -
builder
-