Description
Removes an IP address from the IP address whitelist of a Redis instance.
Syntax
Action: ACS::Redis::DeleteSecurityIpByInstanceIPArray
Properties:
regionId: String
instanceId: String
securityIpList: String
securityIpGroupName: String
securityIp: StringAttributes
Attribute | Description | Type | Required | Default value | Limit |
regionId | The region ID of the instance. | String | Yes | ||
instanceId | The ID of the Redis instance. | String | Yes | ||
securityIpList | The IP address whitelist to be modified. | String | Yes | ||
securityIpGroupName | The name of the group to which the IP address whitelist to be modified belongs. | String | Yes | ||
securityIp | The IP address to be removed. | String | Yes |
Output
None
References
For more information, see ACS::Redis::DeleteSecurityIpByInstanceIPArray at GitHub.