ec2_create_launch_template {paws.compute} | R Documentation |
Creates a launch template
Description
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 |
ClientToken |
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. 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. |
TagSpecifications |
The tags to apply to the launch template on creation. To tag the launch
template, the resource type must be To specify the tags for the resources that are created when an instance
is launched, you must use the |