Skip to content

DBInstanceSecurityIpsProps

Properties for defining a DBInstanceSecurityIps.

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

Initializer

import { DBInstanceSecurityIpsProps } from '@alicloud/ros-cdk-rds'
const dBInstanceSecurityIpsProps: DBInstanceSecurityIpsProps = { ... }

Properties

Name Type Description
dbInstanceId string | @alicloud/ros-cdk-core.IResolvable Property dbInstanceId: Database instance id to update security ips.
dbInstanceIpArrayAttribute string | @alicloud/ros-cdk-core.IResolvable Property dbInstanceIpArrayAttribute: Security ips to add or remove.
dbInstanceIpArrayName string | @alicloud/ros-cdk-core.IResolvable Property dbInstanceIpArrayName: Group name of the security ips, only support lower characters and '_'.

dbInstanceIdRequired

public readonly dbInstanceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property dbInstanceId: Database instance id to update security ips.


dbInstanceIpArrayAttributeRequired

public readonly dbInstanceIpArrayAttribute: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property dbInstanceIpArrayAttribute: Security ips to add or remove.


dbInstanceIpArrayNameOptional

public readonly dbInstanceIpArrayName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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.