interface ConfigParameterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RedshiftServerless.CfnWorkgroup.ConfigParameterProperty |
![]() | software.amazon.awscdk.services.redshiftserverless.CfnWorkgroup.ConfigParameterProperty |
![]() | aws_cdk.aws_redshiftserverless.CfnWorkgroup.ConfigParameterProperty |
![]() | @aws-cdk/aws-redshiftserverless » CfnWorkgroup » ConfigParameterProperty |
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 * as redshiftserverless from '@aws-cdk/aws-redshiftserverless';
const configParameterProperty: redshiftserverless.CfnWorkgroup.ConfigParameterProperty = {
parameterKey: 'parameterKey',
parameterValue: 'parameterValue',
};
Properties
Name | Type | Description |
---|---|---|
parameter | string | The key of the parameter. |
parameter | string | The value of the parameter to set. |
parameterKey?
Type:
string
(optional)
The key of the parameter.
The options are datestyle
, enable_user_activity_logging
, query_group
, search_path
, and max_query_execution_time
.
parameterValue?
Type:
string
(optional)
The value of the parameter to set.