HorizonDbParameterGroupProperties interface
Properties of a HorizonDb parameter group.
Properties
| apply |
Indicates whether the parameters should be applied immediately. |
| description | Description of the parameter group. |
| parameters | Parameters in the parameter group. |
| pg |
PostgreSQL version for the parameter group. |
| provisioning |
The provisioning state of the parameter group. |
| version | Current version of the parameter group. |
Property Details
applyImmediately
Indicates whether the parameters should be applied immediately.
applyImmediately?: boolean
Property Value
boolean
description
Description of the parameter group.
description?: string
Property Value
string
parameters
Parameters in the parameter group.
parameters?: ParameterProperties[]
Property Value
pgVersion
PostgreSQL version for the parameter group.
pgVersion?: number
Property Value
number
provisioningState
The provisioning state of the parameter group.
provisioningState?: string
Property Value
string
version
Current version of the parameter group.
version?: number
Property Value
number