Skip to content

RosDBInstanceSecurityIpsProps

Properties for defining a RosDBInstanceSecurityIps.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosDBInstanceSecurityIpsProps {
    object DbInstanceId,
    object DbInstanceIpArrayAttribute,
    object DbInstanceIpArrayName = null
};

Properties

Name Type Description
DbInstanceId object No description.
DbInstanceIpArrayAttribute object No description.
DbInstanceIpArrayName object No description.

DbInstanceIdRequired

public object DbInstanceId { get; set; }
  • Type: object

DbInstanceIpArrayAttributeRequired

public object DbInstanceIpArrayAttribute { get; set; }
  • Type: object

DbInstanceIpArrayNameOptional

public object DbInstanceIpArrayName { get; set; }
  • Type: object