Class CfnWorkgroup.ConfigParameterProperty
A array of parameters to set for more control over a serverless database.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.RedshiftServerless
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConfigParameterProperty : Object, CfnWorkgroup.IConfigParameterProperty
Syntax (vb)
Public Class ConfigParameterProperty
Inherits Object
Implements CfnWorkgroup.IConfigParameterProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.RedshiftServerless;
var configParameterProperty = new ConfigParameterProperty {
ParameterKey = "parameterKey",
ParameterValue = "parameterValue"
};
Synopsis
Constructors
Config |
Properties
Parameter |
The key of the parameter. |
Parameter |
The value of the parameter to set. |
Constructors
ConfigParameterProperty()
public ConfigParameterProperty()
Properties
ParameterKey
The key of the parameter.
public string ParameterKey { get; set; }
Property Value
System.
Remarks
The options are datestyle
, enable_user_activity_logging
, query_group
, search_path
, max_query_execution_time
, and require_ssl
.
ParameterValue
The value of the parameter to set.
public string ParameterValue { get; set; }
Property Value
System.