Creates a launch template.
See https://www.paws-r-sdk.com/docs/ec2_create_launch_template/ for full documentation.
Usage
ec2_create_launch_template(
DryRun = NULL,
ClientToken = NULL,
LaunchTemplateName,
VersionDescription = NULL,
LaunchTemplateData,
Operator = NULL,
TagSpecifications = NULL
)Arguments
- DryRun
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.- ClientToken
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If a client token isn't specified, a randomly generated token is used in the request to ensure idempotency.
For more information, see Ensuring idempotency.
Constraint: Maximum 128 ASCII characters.
- LaunchTemplateName
[required] A name for the launch template.
- VersionDescription
A description for the first version of the launch template.
- LaunchTemplateData
[required] The information for the launch template.
- Operator
Reserved for internal use.
The tags to apply to the launch template on creation. To tag the launch template, the resource type must be
launch-template.To specify the tags for the resources that are created when an instance is launched, you must use the
TagSpecificationsparameter in the launch template data structure.