Describe Launch Template Versions
GET {{aws_ec2_base_url}}/?DryRun&Filter.N&LaunchTemplateId&LaunchTemplateName&LaunchTemplateVersion.N&MaxResults&MaxVersion&MinVersion&NextToken&Action=DescribeLaunchTemplateVersions
Describes one or more versions of a specified launch template.
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 | One or more filters. | |
LaunchTemplateId | null | The ID of the launch template. You must specify either the launch template ID or launch template name in the request. | |
LaunchTemplateName | null | The name of the launch template. You must specify either the launch template ID or launch template name in the request. | |
LaunchTemplateVersion.N | null | One or more versions of the launch template. | |
MaxResults | null | The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 1 and 200. | |
MaxVersion | null | The version number up to which to describe launch template versions. | |
MinVersion | null | The version number after which to describe launch template versions. | |
NextToken | null | The token to request the next page of results. | |
Action | string |