View source: R/codestarconnections_operations.R
codestarconnections_create_connection | R 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. 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.
codestarconnections_create_connection(
ProviderType = NULL,
ConnectionName,
Tags = NULL,
HostArn = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.