/AWS1/CL_EC2=>UPDATESECGROUPRULEDESCSING()
¶
About UpdateSecurityGroupRuleDescriptionsIngress¶
Updates the description of an ingress (inbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously. You can remove a description for a security group rule by omitting the description parameter in the request.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.
IV_GROUPID
TYPE /AWS1/EC2SECURITYGROUPID
/AWS1/EC2SECURITYGROUPID
¶
The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.
IV_GROUPNAME
TYPE /AWS1/EC2SECURITYGROUPNAME
/AWS1/EC2SECURITYGROUPNAME
¶
[Default VPC] The name of the security group. You must specify either the security group ID or the security group name. For security groups in a nondefault VPC, you must specify the security group ID.
IT_IPPERMISSIONS
TYPE /AWS1/CL_EC2IPPERMISSION=>TT_IPPERMISSIONLIST
TT_IPPERMISSIONLIST
¶
The IP permissions for the security group rule. You must specify either IP permissions or a description.
IT_SECURITYGROUPRULEDESCS
TYPE /AWS1/CL_EC2SECGROUPRULEDESC=>TT_SECURITYGROUPRULEDESCLIST
TT_SECURITYGROUPRULEDESCLIST
¶
The description for the ingress security group rules. You must specify either a description or IP permissions.