View source: R/elasticbeanstalk_operations.R
elasticbeanstalk_apply_environment_managed_action | R Documentation |
Applies a scheduled managed action immediately. A managed action can be applied only if its status is Scheduled
. Get the status and action ID of a managed action with describe_environment_managed_actions
.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_apply_environment_managed_action/ for full documentation.
elasticbeanstalk_apply_environment_managed_action(
EnvironmentName = NULL,
EnvironmentId = NULL,
ActionId
)
EnvironmentName |
The name of the target environment. |
EnvironmentId |
The environment ID of the target environment. |
ActionId |
[required] The action ID of the scheduled managed action to execute. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.