apprunner_delete_connection {paws.compute} | R Documentation |
Delete an App Runner connection
Description
Delete an App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the delete_connection
action fails.
See https://www.paws-r-sdk.com/docs/apprunner_delete_connection/ for full documentation.
Usage
apprunner_delete_connection(ConnectionArn)
Arguments
ConnectionArn |
[required] The Amazon Resource Name (ARN) of the App Runner connection that you want to delete. |
[Package paws.compute version 0.7.0 Index]