apprunner_create_connection: Create an App Runner connection resource

View source: R/apprunner_operations.R

apprunner_create_connectionR 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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.