codestarconnections_update_host {paws.developer.tools} | R Documentation |
Updates a specified host with the provided configurations
Description
Updates a specified host with the provided configurations.
See https://www.paws-r-sdk.com/docs/codestarconnections_update_host/ for full documentation.
Usage
codestarconnections_update_host(
HostArn,
ProviderEndpoint = NULL,
VpcConfiguration = NULL
)
Arguments
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. |
[Package paws.developer.tools version 0.7.0 Index]