/AWS1/CL_EC2=>DESCRIBESECURITYGROUPRULES()
¶
About DescribeSecurityGroupRules¶
Describes one or more of your security group rules.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IT_FILTERS
TYPE /AWS1/CL_EC2FILTER=>TT_FILTERLIST
TT_FILTERLIST
¶
One or more filters.
group-id
- The ID of the security group.
security-group-rule-id
- The ID of the security group rule.
tag
:- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner
and the valueTeamA
, specifytag:Owner
for the filter name andTeamA
for the filter value.
IT_SECURITYGROUPRULEIDS
TYPE /AWS1/CL_EC2SECGRPRULEIDLIST_W=>TT_SECURITYGROUPRULEIDLIST
TT_SECURITYGROUPRULEIDLIST
¶
The IDs of the security group rules.
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_NEXTTOKEN
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
IV_MAXRESULTS
TYPE /AWS1/EC2DSCSECGRRULESMAXRSS
/AWS1/EC2DSCSECGRRULESMAXRSS
¶
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. This value can be between 5 and 1000. If this parameter is not specified, then all items are returned. For more information, see Pagination.