proton_create_repository: Create and register a link to a repository

View source: R/proton_operations.R

proton_create_repositoryR Documentation

Create and register a link to a repository

Description

Create and register a link to a repository. Proton uses the link to repeatedly access the repository, to either push to it (self-managed provisioning) or pull from it (template sync). You can share a linked repository across multiple resources (like environments using self-managed provisioning, or synced templates). When you create a repository link, Proton creates a service-linked role for you.

See https://www.paws-r-sdk.com/docs/proton_create_repository/ for full documentation.

Usage

proton_create_repository(
  connectionArn,
  encryptionKey = NULL,
  name,
  provider,
  tags = NULL
)

Arguments

connectionArn

[required] The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider account. For more information, see Setting up for Proton in the Proton User Guide.

encryptionKey

The ARN of your customer Amazon Web Services Key Management Service (Amazon Web Services KMS) key.

name

[required] The repository name (for example, myrepos/myrepo).

provider

[required] The repository provider.

tags

An optional list of metadata items that you can associate with the Proton repository. A tag is a key-value pair.

For more information, see Proton resources and tagging in the Proton User Guide.


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