RosPostgresExtensionsProps
Properties for defining a RosPostgresExtensions.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-postgresextensions
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrds"
&alicloudroscdkrds.RosPostgresExtensionsProps {
AccountName: interface{},
DbInstanceId: interface{},
DbName: interface{},
Extensions: interface{},
ResourceGroupId: interface{},
RiskConfirmed: interface{},
SourceDatabase: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
AccountName |
interface{} |
No description. |
DbInstanceId |
interface{} |
No description. |
DbName |
interface{} |
No description. |
Extensions |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
RiskConfirmed |
interface{} |
No description. |
SourceDatabase |
interface{} |
No description. |
AccountNameRequired
AccountName interface{}
- Type: interface{}
DbInstanceIdRequired
DbInstanceId interface{}
- Type: interface{}
DbNameRequired
DbName interface{}
- Type: interface{}
ExtensionsOptional
Extensions interface{}
- Type: interface{}
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
RiskConfirmedOptional
RiskConfirmed interface{}
- Type: interface{}
SourceDatabaseOptional
SourceDatabase interface{}
- Type: interface{}