Skip to content

/AWS1/CL_EC2FASTLAUNCHLAUNCH01

Request to create a launch template for a Windows fast launch enabled AMI.

Note - You can specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_VERSION TYPE /AWS1/EC2STRING /AWS1/EC2STRING

Specify the version of the launch template that the AMI should use for Windows fast launch.

Optional arguments:

IV_LAUNCHTEMPLATEID TYPE /AWS1/EC2LAUNCHTEMPLATEID /AWS1/EC2LAUNCHTEMPLATEID

Specify the ID of the launch template that the AMI should use for Windows fast launch.

IV_LAUNCHTEMPLATENAME TYPE /AWS1/EC2STRING /AWS1/EC2STRING

Specify the name of the launch template that the AMI should use for Windows fast launch.


Queryable Attributes

LaunchTemplateId

Specify the ID of the launch template that the AMI should use for Windows fast launch.

Accessible with the following methods

Method Description
GET_LAUNCHTEMPLATEID() Getter for LAUNCHTEMPLATEID, with configurable default
ASK_LAUNCHTEMPLATEID() Getter for LAUNCHTEMPLATEID w/ exceptions if field has no va
HAS_LAUNCHTEMPLATEID() Determine if LAUNCHTEMPLATEID has a value

LaunchTemplateName

Specify the name of the launch template that the AMI should use for Windows fast launch.

Accessible with the following methods

Method Description
GET_LAUNCHTEMPLATENAME() Getter for LAUNCHTEMPLATENAME, with configurable default
ASK_LAUNCHTEMPLATENAME() Getter for LAUNCHTEMPLATENAME w/ exceptions if field has no
HAS_LAUNCHTEMPLATENAME() Determine if LAUNCHTEMPLATENAME has a value

Version

Specify the version of the launch template that the AMI should use for Windows fast launch.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value