Delete Host
codeconnections_delete_host | R Documentation |
The host to be deleted¶
Description¶
The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.
A host cannot be deleted if it is in the VPC_CONFIG_INITIALIZING or VPC_CONFIG_DELETING state.
Usage¶
codeconnections_delete_host(HostArn)
Arguments¶
HostArn |
[required] The Amazon Resource Name (ARN) of the host to be deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_host(
HostArn = "string"
)