/AWS1/CL_EC2LAUNCHTMPLCONFIG¶
Describes a launch template and overrides.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_launchtemplatespec TYPE REF TO /AWS1/CL_EC2FLEETLAUNCHTMPLS01 /AWS1/CL_EC2FLEETLAUNCHTMPLS01¶
The launch template to use. Make sure that the launch template does not contain the
NetworkInterfaceIdparameter because you can't specify a network interface ID in a Spot Fleet.
it_overrides TYPE /AWS1/CL_EC2LAUNCHTMPLOVERRI00=>TT_LAUNCHTEMPLATEOVERRIDESLIST TT_LAUNCHTEMPLATEOVERRIDESLIST¶
Any parameters that you specify override the same parameters in the launch template.
Queryable Attributes¶
LaunchTemplateSpecification¶
The launch template to use. Make sure that the launch template does not contain the
NetworkInterfaceIdparameter because you can't specify a network interface ID in a Spot Fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAUNCHTEMPLATESPEC() |
Getter for LAUNCHTEMPLATESPECIFICATION |
Overrides¶
Any parameters that you specify override the same parameters in the launch template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OVERRIDES() |
Getter for OVERRIDES, with configurable default |
ASK_OVERRIDES() |
Getter for OVERRIDES w/ exceptions if field has no value |
HAS_OVERRIDES() |
Determine if OVERRIDES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LAUNCHTEMPLATECONFIGLIST¶
TYPES TT_LAUNCHTEMPLATECONFIGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2LAUNCHTMPLCONFIG WITH DEFAULT KEY
.