Skip to content

PostgresExtensionsProps

Properties for defining a PostgresExtensions.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-postgresextensions

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrds"
&alicloudroscdkrds.PostgresExtensionsProps {
    AccountName: interface{},
    DbInstanceId: interface{},
    DbName: interface{},
    Extensions: interface{},
    ResourceGroupId: interface{},
    RiskConfirmed: interface{},
    SourceDatabase: interface{},
}

Properties

Name Type Description
AccountName interface{} Property accountName: The account of the user who owns the extension.
DbInstanceId interface{} Property dbInstanceId: The instance ID.
DbName interface{} Property dbName: The database name.
Extensions interface{} Property extensions: The extensions that you want to install.
ResourceGroupId interface{} Property resourceGroupId: The ID of the resource group.
RiskConfirmed interface{} Property riskConfirmed: The risk description that you need to confirm.
SourceDatabase interface{} Property sourceDatabase: The source database from which you want to synchronize the extension to the destination database.

AccountNameRequired

AccountName interface{}
  • Type: interface{}

Property accountName: The account of the user who owns the extension.

Only privileged accounts are supported.


DbInstanceIdRequired

DbInstanceId interface{}
  • Type: interface{}

Property dbInstanceId: The instance ID.

You can call the DescribeDBInstances operation to query the instance ID.


DbNameRequired

DbName interface{}
  • Type: interface{}

Property dbName: The database name.

You can call the DescribeDatabases operation to query the database name.


ExtensionsOptional

Extensions interface{}
  • Type: interface{}

Property extensions: The extensions that you want to install.


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: The ID of the resource group.


RiskConfirmedOptional

RiskConfirmed interface{}
  • Type: interface{}

Property riskConfirmed: The risk description that you need to confirm.

If your instance runs an outdated minor engine version, installing specific extensions on the instance poses security risks. Proceed with the installation only after you acknowledge these risks. Valid values: true false Note For more information about the risks, see Limits on extension creation for ApsaraDB RDS for PostgreSQL instances.


SourceDatabaseOptional

SourceDatabase interface{}
  • Type: interface{}

Property sourceDatabase: The source database from which you want to synchronize the extension to the destination database.

If you do not specify the Extensions parameter, you must specify this parameter.