Describes one or more launch configurations.
autoscaling_describe_launch_configurations(LaunchConfigurationNames,
NextToken, MaxRecords)
The launch configuration names. If you omit this parameter, all launch configurations are described.
The token for the next set of items to return. (You received this token from a previous call.)
The maximum number of items to return with this call. The default value
is 50
and the maximum value is 100
.
svc$describe_launch_configurations( LaunchConfigurationNames = list( "string" ), NextToken = "string", MaxRecords = 123 )
# NOT RUN {
# This example describes the specified launch configuration.
# }
# NOT RUN {
svc$describe_launch_configurations(
LaunchConfigurationNames = list(
"my-launch-config"
)
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab