Describe Launch Configuration Templates
| drs_describe_launch_configuration_templates | R Documentation |
Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs¶
Description¶
Lists all Launch Configuration Templates, filtered by Launch Configuration Template IDs
Usage¶
Arguments¶
launchConfigurationTemplateIDsRequest to filter Launch Configuration Templates list by Launch Configuration Template ID.
maxResultsMaximum results to be returned in DescribeLaunchConfigurationTemplates.
nextTokenThe token of the next Launch Configuration Template to retrieve.
Value¶
A list with the following syntax:
list(
items = list(
list(
arn = "string",
copyPrivateIp = TRUE|FALSE,
copyTags = TRUE|FALSE,
exportBucketArn = "string",
launchConfigurationTemplateID = "string",
launchDisposition = "STOPPED"|"STARTED",
launchIntoSourceInstance = TRUE|FALSE,
licensing = list(
osByol = TRUE|FALSE
),
postLaunchEnabled = TRUE|FALSE,
tags = list(
"string"
),
targetInstanceTypeRightSizingMethod = "NONE"|"BASIC"|"IN_AWS"
)
),
nextToken = "string"
)