get Scheduled Action
The AWS::AutoScaling::ScheduledAction resource specifies an Amazon EC2 Auto Scaling scheduled action so that the Auto Scaling group can change the number of instances available for your application in response to predictable load changes.
Return
null
Parameters
argument
null
suspend fun getScheduledAction(autoScalingGroupName: String, scheduledActionName: String): GetScheduledActionResult
Return
null
Parameters
auto Scaling Group Name
The name of the Auto Scaling group.
scheduled Action Name
Auto-generated unique identifier
See also
suspend fun getScheduledAction(argument: suspend GetScheduledActionPlainArgsBuilder.() -> Unit): GetScheduledActionResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.autoscaling.kotlin.inputs.GetScheduledActionPlainArgs.