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: String
Attributes
|
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 modify. |
String |
Yes |
||
|
securityIpGroupName |
The name of the IP address whitelist group to modify. |
String |
Yes |
||
|
securityIp |
The IP address to be removed. |
String |
Yes |
Output
None
References
For more information, see ACS::Redis::DeleteSecurityIpByInstanceIPArray at GitHub.