apprunner_create_connection {paws.compute} | R Documentation |
Create an App Runner connection resource
Description
Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services.
See https://www.paws-r-sdk.com/docs/apprunner_create_connection/ for full documentation.
Usage
apprunner_create_connection(ConnectionName, ProviderType, Tags = NULL)
Arguments
ConnectionName |
[required] A name for the new connection. It must be unique across all App Runner connections for the Amazon Web Services account in the Amazon Web Services Region. |
ProviderType |
[required] The source repository provider. |
Tags |
A list of metadata items that you can associate with your connection resource. A tag is a key-value pair. |
[Package paws.compute version 0.7.0 Index]