Update Host
codeconnections_update_host | R Documentation |
Updates a specified host with the provided configurations¶
Description¶
Updates a specified host with the provided configurations.
Usage¶
codeconnections_update_host(HostArn, ProviderEndpoint, VpcConfiguration)
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. |
Value¶
An empty list.
Request syntax¶
svc$update_host(
HostArn = "string",
ProviderEndpoint = "string",
VpcConfiguration = list(
VpcId = "string",
SubnetIds = list(
"string"
),
SecurityGroupIds = list(
"string"
),
TlsCertificate = "string"
)
)