View source: R/codestarconnections_operations.R
codestarconnections_update_host | R Documentation |
Updates a specified host with the provided configurations.
See https://www.paws-r-sdk.com/docs/codestarconnections_update_host/ for full documentation.
codestarconnections_update_host(
HostArn,
ProviderEndpoint = NULL,
VpcConfiguration = NULL
)
HostArn |
[required] The Amazon Resource Name (ARN) of the host to be updated. |
ProviderEndpoint |
The URL or endpoint of the host to be updated. |
VpcConfiguration |
The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.