codestarconnections_create_connection: Creates a connection that can then be given to other Amazon...

View source: R/codestarconnections_operations.R

codestarconnections_create_connectionR Documentation

Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories

Description

Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.

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

Usage

codestarconnections_create_connection(
  ProviderType = NULL,
  ConnectionName,
  Tags = NULL,
  HostArn = NULL
)

Arguments

ProviderType

The name of the external provider where your third-party code repository is configured.

ConnectionName

[required] The name of the connection to be created.

Tags

The key-value pair to use when tagging the resource.

HostArn

The Amazon Resource Name (ARN) of the host associated with the connection to be created.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.