Creates a launch template.
See https://www.paws-r-sdk.com/docs/ec2_create_launch_template/ for full documentation.
ec2_create_launch_template(
DryRun = NULL,
ClientToken = NULL,
LaunchTemplateName,
VersionDescription = NULL,
LaunchTemplateData,
TagSpecifications = 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
.
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
Constraint: Maximum 128 ASCII characters.
[required] A name for the launch template.
A description for the first version of the launch template.
[required] The information for the launch template.
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 TagSpecifications
parameter in the
launch template data
structure.