DBInstanceSecurityIpsProps
Properties for defining a DBInstanceSecurityIps
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-dbinstancesecurityips
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkrds"
&alicloudroscdkrds.DBInstanceSecurityIpsProps {
DbInstanceId: interface{},
DbInstanceIpArrayAttribute: interface{},
DbInstanceIpArrayName: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DbInstanceId |
interface{} |
Property dbInstanceId: Database instance id to update security ips. |
DbInstanceIpArrayAttribute |
interface{} |
Property dbInstanceIpArrayAttribute: Security ips to add or remove. |
DbInstanceIpArrayName |
interface{} |
Property dbInstanceIpArrayName: Group name of the security ips, only support lower characters and '_'. |
DbInstanceId
Required
DbInstanceId interface{}
- Type: interface{}
Property dbInstanceId: Database instance id to update security ips.
DbInstanceIpArrayAttribute
Required
DbInstanceIpArrayAttribute interface{}
- Type: interface{}
Property dbInstanceIpArrayAttribute: Security ips to add or remove.
DbInstanceIpArrayName
Optional
DbInstanceIpArrayName interface{}
- Type: interface{}
Property dbInstanceIpArrayName: Group name of the security ips, only support lower characters and '_'.
Advice use a new group name avoid effect your database system. If the properties is not specified, it will set to default group, please be careful.