Learn R Programming

paws.developer.tools (version 0.8.0)

codestarconnections_create_connection: 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.