Skip to content

ParameterGroupsProps

Properties for defining a ParameterGroups.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-polardb-parametergroups

Initializer

import com.aliyun.ros.cdk.polardb.datasource.ParameterGroupsProps;
ParameterGroupsProps.builder()
//  .dbType(java.lang.String)
//  .dbType(IResolvable)
//  .dbVersion(java.lang.String)
//  .dbVersion(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
dbType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property dbType: The type of the database engine.
dbVersion java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property dbVersion: The version of the database engine.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

dbTypeOptional

public java.lang.Object getDbType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property dbType: The type of the database engine.


dbVersionOptional

public java.lang.Object getDbVersion();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property dbVersion: The version of the database engine.


refreshOptionsOptional

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.