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. |
AccountName
Required
AccountName interface{}
- Type: interface{}
DbInstanceId
Required
DbInstanceId interface{}
- Type: interface{}
DbName
Required
DbName interface{}
- Type: interface{}
Extensions
Optional
Extensions interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
RiskConfirmed
Optional
RiskConfirmed interface{}
- Type: interface{}
SourceDatabase
Optional
SourceDatabase interface{}
- Type: interface{}