ec2_create_launch_template: Creates a launch template

View source: R/ec2_operations.R

ec2_create_launch_templateR 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,
  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 is UnauthorizedOperation.

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.

TagSpecifications

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.