Describe Tags
GET {{aws_ec2_base_url}}/?DryRun&Filter.N&MaxResults&NextToken&Action=DescribeTags
Describes the specified tags for your EC2 resources.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DryRun | null | 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 is UnauthorizedOperation. | |
Filter.N | null | The filters. | |
MaxResults | null | The maximum number of results to return in a single call. This value can be between 5 and 1000. To retrieve the remaining results, make another call with the returned NextToken value. | |
NextToken | null | The token to retrieve the next page of results. | |
Action | string |