tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getPostgresqlDefaultParameters
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Use this data source to query detailed information of postgresql default_parameters
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const defaultParameters = tencentcloud.getPostgresqlDefaultParameters({
dbEngine: "postgresql",
dbMajorVersion: "13",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
default_parameters = tencentcloud.get_postgresql_default_parameters(db_engine="postgresql",
db_major_version="13")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetPostgresqlDefaultParameters(ctx, &tencentcloud.GetPostgresqlDefaultParametersArgs{
DbEngine: "postgresql",
DbMajorVersion: "13",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var defaultParameters = Tencentcloud.GetPostgresqlDefaultParameters.Invoke(new()
{
DbEngine = "postgresql",
DbMajorVersion = "13",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetPostgresqlDefaultParametersArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var defaultParameters = TencentcloudFunctions.getPostgresqlDefaultParameters(GetPostgresqlDefaultParametersArgs.builder()
.dbEngine("postgresql")
.dbMajorVersion("13")
.build());
}
}
variables:
defaultParameters:
fn::invoke:
function: tencentcloud:getPostgresqlDefaultParameters
arguments:
dbEngine: postgresql
dbMajorVersion: '13'
Using getPostgresqlDefaultParameters
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPostgresqlDefaultParameters(args: GetPostgresqlDefaultParametersArgs, opts?: InvokeOptions): Promise<GetPostgresqlDefaultParametersResult>
function getPostgresqlDefaultParametersOutput(args: GetPostgresqlDefaultParametersOutputArgs, opts?: InvokeOptions): Output<GetPostgresqlDefaultParametersResult>
def get_postgresql_default_parameters(db_engine: Optional[str] = None,
db_major_version: Optional[str] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPostgresqlDefaultParametersResult
def get_postgresql_default_parameters_output(db_engine: Optional[pulumi.Input[str]] = None,
db_major_version: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPostgresqlDefaultParametersResult]
func GetPostgresqlDefaultParameters(ctx *Context, args *GetPostgresqlDefaultParametersArgs, opts ...InvokeOption) (*GetPostgresqlDefaultParametersResult, error)
func GetPostgresqlDefaultParametersOutput(ctx *Context, args *GetPostgresqlDefaultParametersOutputArgs, opts ...InvokeOption) GetPostgresqlDefaultParametersResultOutput
> Note: This function is named GetPostgresqlDefaultParameters
in the Go SDK.
public static class GetPostgresqlDefaultParameters
{
public static Task<GetPostgresqlDefaultParametersResult> InvokeAsync(GetPostgresqlDefaultParametersArgs args, InvokeOptions? opts = null)
public static Output<GetPostgresqlDefaultParametersResult> Invoke(GetPostgresqlDefaultParametersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPostgresqlDefaultParametersResult> getPostgresqlDefaultParameters(GetPostgresqlDefaultParametersArgs args, InvokeOptions options)
public static Output<GetPostgresqlDefaultParametersResult> getPostgresqlDefaultParameters(GetPostgresqlDefaultParametersArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getPostgresqlDefaultParameters:getPostgresqlDefaultParameters
arguments:
# arguments dictionary
The following arguments are supported:
- Db
Engine string - Database engine, such as postgresql, mssql_compatible.
- Db
Major stringVersion - The major database version number, such as 11, 12, 13.
- Id string
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - Result
Output stringFile - Used to save results.
- Db
Engine string - Database engine, such as postgresql, mssql_compatible.
- Db
Major stringVersion - The major database version number, such as 11, 12, 13.
- Id string
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - Result
Output stringFile - Used to save results.
- db
Engine String - Database engine, such as postgresql, mssql_compatible.
- db
Major StringVersion - The major database version number, such as 11, 12, 13.
- id String
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - result
Output StringFile - Used to save results.
- db
Engine string - Database engine, such as postgresql, mssql_compatible.
- db
Major stringVersion - The major database version number, such as 11, 12, 13.
- id string
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - result
Output stringFile - Used to save results.
- db_
engine str - Database engine, such as postgresql, mssql_compatible.
- db_
major_ strversion - The major database version number, such as 11, 12, 13.
- id str
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - result_
output_ strfile - Used to save results.
- db
Engine String - Database engine, such as postgresql, mssql_compatible.
- db
Major StringVersion - The major database version number, such as 11, 12, 13.
- id String
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - result
Output StringFile - Used to save results.
getPostgresqlDefaultParameters Result
The following output properties are available:
- Db
Engine string - Db
Major stringVersion - Id string
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - Param
Info List<GetSets Postgresql Default Parameters Param Info Set> - Parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- Result
Output stringFile
- Db
Engine string - Db
Major stringVersion - Id string
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - Param
Info []GetSets Postgresql Default Parameters Param Info Set - Parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- Result
Output stringFile
- db
Engine String - db
Major StringVersion - id String
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - param
Info List<GetSets Postgresql Default Parameters Param Info Set> - Parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- result
Output StringFile
- db
Engine string - db
Major stringVersion - id string
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - param
Info GetSets Postgresql Default Parameters Param Info Set[] - Parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- result
Output stringFile
- db_
engine str - db_
major_ strversion - id str
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - param_
info_ Sequence[Getsets Postgresql Default Parameters Param Info Set] - Parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- result_
output_ strfile
- db
Engine String - db
Major StringVersion - id String
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - param
Info List<Property Map>Sets - Parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- result
Output StringFile
Supporting Types
GetPostgresqlDefaultParametersParamInfoSet
- Advanced bool
- Whether it is a key parameter. Valid values:
true
(yes, and modifying it may affect instance performance),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - Classification
Cn string - Parameter category in ChineseNote: this field may return
null
, indicating that no valid values can be obtained. - Classification
En string - Parameter category in EnglishNote: this field may return
null
, indicating that no valid values can be obtained. - Current
Value string - Current value of the parameter, which is returned as a stringNote: this field may return
null
, indicating that no valid values can be obtained. - Default
Value string - Default value of the parameter, which is returned as a stringNote: this field may return
null
, indicating that no valid values can be obtained. - Enum
Values List<string> - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- Id double
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - Last
Modify stringTime - The last modified time of the parameterNote: this field may return
null
, indicating that no valid values can be obtained. - Max double
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - Min double
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - Name string
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- Need
Reboot bool - Whether to restart the instance for the modified parameter to take effect. Valid values:
true
(yes),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - Param
Description stringCh - Parameter description in ChineseNote: this field may return
null
, indicating that no valid values can be obtained. - Param
Description stringEn - Parameter description in EnglishNote: this field may return
null
, indicating that no valid values can be obtained. - Param
Value stringType - Value type of the parameter. Valid values:
integer
,real
(floating-point),bool
,enum
,mutil_enum
(this type of parameter can be set to multiple enumerated values).For aninteger
orreal
parameter, theMin
field represents the minimum value and theMax
field the maximum value. For abool
parameter, the valid values includetrue
andfalse
; For anenum
ormutil_enum
parameter, theEnumValue
field represents the valid values.Note: this field may returnnull
, indicating that no valid values can be obtained. - bool
- Whether the parameter is related to specifications. Valid values:
true
(yes),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - Spec
Relation List<GetSets Postgresql Default Parameters Param Info Set Spec Relation Set> - Associated parameter specification information, which refers to the detailed parameter information of the specifications.Note: This field may return null, indicating that no valid values can be obtained.
- double
- Primary-standby constraint. Valid values:
0
(no constraint),1
(The parameter value of the standby server must be greater than that of the primary server),2
(The parameter value of the primary server must be greater than that of the standby server.)Note: This field may return null, indicating that no valid values can be obtained. - Unit string
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- Version
Relation List<GetSets Postgresql Default Parameters Param Info Set Version Relation Set> - Associated parameter version information, which refers to the detailed parameter information of the kernel version.Note: This field may return null, indicating that no valid values can be obtained.
- Advanced bool
- Whether it is a key parameter. Valid values:
true
(yes, and modifying it may affect instance performance),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - Classification
Cn string - Parameter category in ChineseNote: this field may return
null
, indicating that no valid values can be obtained. - Classification
En string - Parameter category in EnglishNote: this field may return
null
, indicating that no valid values can be obtained. - Current
Value string - Current value of the parameter, which is returned as a stringNote: this field may return
null
, indicating that no valid values can be obtained. - Default
Value string - Default value of the parameter, which is returned as a stringNote: this field may return
null
, indicating that no valid values can be obtained. - Enum
Values []string - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- Id float64
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - Last
Modify stringTime - The last modified time of the parameterNote: this field may return
null
, indicating that no valid values can be obtained. - Max float64
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - Min float64
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - Name string
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- Need
Reboot bool - Whether to restart the instance for the modified parameter to take effect. Valid values:
true
(yes),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - Param
Description stringCh - Parameter description in ChineseNote: this field may return
null
, indicating that no valid values can be obtained. - Param
Description stringEn - Parameter description in EnglishNote: this field may return
null
, indicating that no valid values can be obtained. - Param
Value stringType - Value type of the parameter. Valid values:
integer
,real
(floating-point),bool
,enum
,mutil_enum
(this type of parameter can be set to multiple enumerated values).For aninteger
orreal
parameter, theMin
field represents the minimum value and theMax
field the maximum value. For abool
parameter, the valid values includetrue
andfalse
; For anenum
ormutil_enum
parameter, theEnumValue
field represents the valid values.Note: this field may returnnull
, indicating that no valid values can be obtained. - bool
- Whether the parameter is related to specifications. Valid values:
true
(yes),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - Spec
Relation []GetSets Postgresql Default Parameters Param Info Set Spec Relation Set - Associated parameter specification information, which refers to the detailed parameter information of the specifications.Note: This field may return null, indicating that no valid values can be obtained.
- float64
- Primary-standby constraint. Valid values:
0
(no constraint),1
(The parameter value of the standby server must be greater than that of the primary server),2
(The parameter value of the primary server must be greater than that of the standby server.)Note: This field may return null, indicating that no valid values can be obtained. - Unit string
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- Version
Relation []GetSets Postgresql Default Parameters Param Info Set Version Relation Set - Associated parameter version information, which refers to the detailed parameter information of the kernel version.Note: This field may return null, indicating that no valid values can be obtained.
- advanced Boolean
- Whether it is a key parameter. Valid values:
true
(yes, and modifying it may affect instance performance),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - classification
Cn String - Parameter category in ChineseNote: this field may return
null
, indicating that no valid values can be obtained. - classification
En String - Parameter category in EnglishNote: this field may return
null
, indicating that no valid values can be obtained. - current
Value String - Current value of the parameter, which is returned as a stringNote: this field may return
null
, indicating that no valid values can be obtained. - default
Value String - Default value of the parameter, which is returned as a stringNote: this field may return
null
, indicating that no valid values can be obtained. - enum
Values List<String> - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- id Double
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - last
Modify StringTime - The last modified time of the parameterNote: this field may return
null
, indicating that no valid values can be obtained. - max Double
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - min Double
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - name String
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- need
Reboot Boolean - Whether to restart the instance for the modified parameter to take effect. Valid values:
true
(yes),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - param
Description StringCh - Parameter description in ChineseNote: this field may return
null
, indicating that no valid values can be obtained. - param
Description StringEn - Parameter description in EnglishNote: this field may return
null
, indicating that no valid values can be obtained. - param
Value StringType - Value type of the parameter. Valid values:
integer
,real
(floating-point),bool
,enum
,mutil_enum
(this type of parameter can be set to multiple enumerated values).For aninteger
orreal
parameter, theMin
field represents the minimum value and theMax
field the maximum value. For abool
parameter, the valid values includetrue
andfalse
; For anenum
ormutil_enum
parameter, theEnumValue
field represents the valid values.Note: this field may returnnull
, indicating that no valid values can be obtained. - Boolean
- Whether the parameter is related to specifications. Valid values:
true
(yes),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - spec
Relation List<GetSets Postgresql Default Parameters Param Info Set Spec Relation Set> - Associated parameter specification information, which refers to the detailed parameter information of the specifications.Note: This field may return null, indicating that no valid values can be obtained.
- Double
- Primary-standby constraint. Valid values:
0
(no constraint),1
(The parameter value of the standby server must be greater than that of the primary server),2
(The parameter value of the primary server must be greater than that of the standby server.)Note: This field may return null, indicating that no valid values can be obtained. - unit String
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- version
Relation List<GetSets Postgresql Default Parameters Param Info Set Version Relation Set> - Associated parameter version information, which refers to the detailed parameter information of the kernel version.Note: This field may return null, indicating that no valid values can be obtained.
- advanced boolean
- Whether it is a key parameter. Valid values:
true
(yes, and modifying it may affect instance performance),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - classification
Cn string - Parameter category in ChineseNote: this field may return
null
, indicating that no valid values can be obtained. - classification
En string - Parameter category in EnglishNote: this field may return
null
, indicating that no valid values can be obtained. - current
Value string - Current value of the parameter, which is returned as a stringNote: this field may return
null
, indicating that no valid values can be obtained. - default
Value string - Default value of the parameter, which is returned as a stringNote: this field may return
null
, indicating that no valid values can be obtained. - enum
Values string[] - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- id number
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - last
Modify stringTime - The last modified time of the parameterNote: this field may return
null
, indicating that no valid values can be obtained. - max number
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - min number
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - name string
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- need
Reboot boolean - Whether to restart the instance for the modified parameter to take effect. Valid values:
true
(yes),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - param
Description stringCh - Parameter description in ChineseNote: this field may return
null
, indicating that no valid values can be obtained. - param
Description stringEn - Parameter description in EnglishNote: this field may return
null
, indicating that no valid values can be obtained. - param
Value stringType - Value type of the parameter. Valid values:
integer
,real
(floating-point),bool
,enum
,mutil_enum
(this type of parameter can be set to multiple enumerated values).For aninteger
orreal
parameter, theMin
field represents the minimum value and theMax
field the maximum value. For abool
parameter, the valid values includetrue
andfalse
; For anenum
ormutil_enum
parameter, theEnumValue
field represents the valid values.Note: this field may returnnull
, indicating that no valid values can be obtained. - boolean
- Whether the parameter is related to specifications. Valid values:
true
(yes),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - spec
Relation GetSets Postgresql Default Parameters Param Info Set Spec Relation Set[] - Associated parameter specification information, which refers to the detailed parameter information of the specifications.Note: This field may return null, indicating that no valid values can be obtained.
- number
- Primary-standby constraint. Valid values:
0
(no constraint),1
(The parameter value of the standby server must be greater than that of the primary server),2
(The parameter value of the primary server must be greater than that of the standby server.)Note: This field may return null, indicating that no valid values can be obtained. - unit string
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- version
Relation GetSets Postgresql Default Parameters Param Info Set Version Relation Set[] - Associated parameter version information, which refers to the detailed parameter information of the kernel version.Note: This field may return null, indicating that no valid values can be obtained.
- advanced bool
- Whether it is a key parameter. Valid values:
true
(yes, and modifying it may affect instance performance),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - classification_
cn str - Parameter category in ChineseNote: this field may return
null
, indicating that no valid values can be obtained. - classification_
en str - Parameter category in EnglishNote: this field may return
null
, indicating that no valid values can be obtained. - current_
value str - Current value of the parameter, which is returned as a stringNote: this field may return
null
, indicating that no valid values can be obtained. - default_
value str - Default value of the parameter, which is returned as a stringNote: this field may return
null
, indicating that no valid values can be obtained. - enum_
values Sequence[str] - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- id float
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - last_
modify_ strtime - The last modified time of the parameterNote: this field may return
null
, indicating that no valid values can be obtained. - max float
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - min float
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - name str
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- need_
reboot bool - Whether to restart the instance for the modified parameter to take effect. Valid values:
true
(yes),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - param_
description_ strch - Parameter description in ChineseNote: this field may return
null
, indicating that no valid values can be obtained. - param_
description_ stren - Parameter description in EnglishNote: this field may return
null
, indicating that no valid values can be obtained. - param_
value_ strtype - Value type of the parameter. Valid values:
integer
,real
(floating-point),bool
,enum
,mutil_enum
(this type of parameter can be set to multiple enumerated values).For aninteger
orreal
parameter, theMin
field represents the minimum value and theMax
field the maximum value. For abool
parameter, the valid values includetrue
andfalse
; For anenum
ormutil_enum
parameter, theEnumValue
field represents the valid values.Note: this field may returnnull
, indicating that no valid values can be obtained. - bool
- Whether the parameter is related to specifications. Valid values:
true
(yes),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - spec_
relation_ Sequence[Getsets Postgresql Default Parameters Param Info Set Spec Relation Set] - Associated parameter specification information, which refers to the detailed parameter information of the specifications.Note: This field may return null, indicating that no valid values can be obtained.
- float
- Primary-standby constraint. Valid values:
0
(no constraint),1
(The parameter value of the standby server must be greater than that of the primary server),2
(The parameter value of the primary server must be greater than that of the standby server.)Note: This field may return null, indicating that no valid values can be obtained. - unit str
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- version_
relation_ Sequence[Getsets Postgresql Default Parameters Param Info Set Version Relation Set] - Associated parameter version information, which refers to the detailed parameter information of the kernel version.Note: This field may return null, indicating that no valid values can be obtained.
- advanced Boolean
- Whether it is a key parameter. Valid values:
true
(yes, and modifying it may affect instance performance),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - classification
Cn String - Parameter category in ChineseNote: this field may return
null
, indicating that no valid values can be obtained. - classification
En String - Parameter category in EnglishNote: this field may return
null
, indicating that no valid values can be obtained. - current
Value String - Current value of the parameter, which is returned as a stringNote: this field may return
null
, indicating that no valid values can be obtained. - default
Value String - Default value of the parameter, which is returned as a stringNote: this field may return
null
, indicating that no valid values can be obtained. - enum
Values List<String> - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- id Number
- Parameter IDNote: this field may return
null
, indicating that no valid values can be obtained. - last
Modify StringTime - The last modified time of the parameterNote: this field may return
null
, indicating that no valid values can be obtained. - max Number
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - min Number
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - name String
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- need
Reboot Boolean - Whether to restart the instance for the modified parameter to take effect. Valid values:
true
(yes),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - param
Description StringCh - Parameter description in ChineseNote: this field may return
null
, indicating that no valid values can be obtained. - param
Description StringEn - Parameter description in EnglishNote: this field may return
null
, indicating that no valid values can be obtained. - param
Value StringType - Value type of the parameter. Valid values:
integer
,real
(floating-point),bool
,enum
,mutil_enum
(this type of parameter can be set to multiple enumerated values).For aninteger
orreal
parameter, theMin
field represents the minimum value and theMax
field the maximum value. For abool
parameter, the valid values includetrue
andfalse
; For anenum
ormutil_enum
parameter, theEnumValue
field represents the valid values.Note: this field may returnnull
, indicating that no valid values can be obtained. - Boolean
- Whether the parameter is related to specifications. Valid values:
true
(yes),false
(no)Note: this field may returnnull
, indicating that no valid values can be obtained. - spec
Relation List<Property Map>Sets - Associated parameter specification information, which refers to the detailed parameter information of the specifications.Note: This field may return null, indicating that no valid values can be obtained.
- Number
- Primary-standby constraint. Valid values:
0
(no constraint),1
(The parameter value of the standby server must be greater than that of the primary server),2
(The parameter value of the primary server must be greater than that of the standby server.)Note: This field may return null, indicating that no valid values can be obtained. - unit String
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- version
Relation List<Property Map>Sets - Associated parameter version information, which refers to the detailed parameter information of the kernel version.Note: This field may return null, indicating that no valid values can be obtained.
GetPostgresqlDefaultParametersParamInfoSetSpecRelationSet
- Enum
Values List<string> - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- Max double
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - Memory string
- The specification that corresponds to the parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- Min double
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - Name string
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- Unit string
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- Value string
- Default parameter value under the kernel version and specification of the instanceNote: This field may return null, indicating that no valid values can be obtained.
- Enum
Values []string - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- Max float64
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - Memory string
- The specification that corresponds to the parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- Min float64
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - Name string
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- Unit string
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- Value string
- Default parameter value under the kernel version and specification of the instanceNote: This field may return null, indicating that no valid values can be obtained.
- enum
Values List<String> - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- max Double
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - memory String
- The specification that corresponds to the parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- min Double
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - name String
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- unit String
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- value String
- Default parameter value under the kernel version and specification of the instanceNote: This field may return null, indicating that no valid values can be obtained.
- enum
Values string[] - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- max number
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - memory string
- The specification that corresponds to the parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- min number
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - name string
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- unit string
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- value string
- Default parameter value under the kernel version and specification of the instanceNote: This field may return null, indicating that no valid values can be obtained.
- enum_
values Sequence[str] - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- max float
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - memory str
- The specification that corresponds to the parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- min float
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - name str
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- unit str
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- value str
- Default parameter value under the kernel version and specification of the instanceNote: This field may return null, indicating that no valid values can be obtained.
- enum
Values List<String> - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- max Number
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - memory String
- The specification that corresponds to the parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- min Number
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - name String
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- unit String
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- value String
- Default parameter value under the kernel version and specification of the instanceNote: This field may return null, indicating that no valid values can be obtained.
GetPostgresqlDefaultParametersParamInfoSetVersionRelationSet
- Db
Kernel stringVersion - The kernel version that corresponds to the parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- Enum
Values List<string> - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- Max double
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - Min double
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - Name string
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- Unit string
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- Value string
- Default parameter value under the kernel version and specification of the instanceNote: This field may return null, indicating that no valid values can be obtained.
- Db
Kernel stringVersion - The kernel version that corresponds to the parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- Enum
Values []string - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- Max float64
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - Min float64
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - Name string
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- Unit string
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- Value string
- Default parameter value under the kernel version and specification of the instanceNote: This field may return null, indicating that no valid values can be obtained.
- db
Kernel StringVersion - The kernel version that corresponds to the parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- enum
Values List<String> - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- max Double
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - min Double
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - name String
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- unit String
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- value String
- Default parameter value under the kernel version and specification of the instanceNote: This field may return null, indicating that no valid values can be obtained.
- db
Kernel stringVersion - The kernel version that corresponds to the parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- enum
Values string[] - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- max number
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - min number
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - name string
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- unit string
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- value string
- Default parameter value under the kernel version and specification of the instanceNote: This field may return null, indicating that no valid values can be obtained.
- db_
kernel_ strversion - The kernel version that corresponds to the parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- enum_
values Sequence[str] - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- max float
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - min float
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - name str
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- unit str
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- value str
- Default parameter value under the kernel version and specification of the instanceNote: This field may return null, indicating that no valid values can be obtained.
- db
Kernel StringVersion - The kernel version that corresponds to the parameter informationNote: This field may return null, indicating that no valid values can be obtained.
- enum
Values List<String> - Value range of the enum parameterNote: This field may return null, indicating that no valid values can be obtained.
- max Number
- The maximum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - min Number
- The minimum value of the
integer
orreal
parameterNote: This field may return null, indicating that no valid values can be obtained. - name String
- Parameter nameNote: This field may return null, indicating that no valid values can be obtained.
- unit String
- Unit of the parameter value. If the parameter has no unit, this field will return null.Note: This field may return null, indicating that no valid values can be obtained.
- value String
- Default parameter value under the kernel version and specification of the instanceNote: This field may return null, indicating that no valid values can be obtained.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack