class Aws::CodeStarconnections::Types::UpdateHostInput
@note When making an API call, you may pass UpdateHostInput
data as a hash: { host_arn: "HostArn", # required provider_endpoint: "Url", vpc_configuration: { vpc_id: "VpcId", # required subnet_ids: ["SubnetId"], # required security_group_ids: ["SecurityGroupId"], # required tls_certificate: "TlsCertificate", }, }
@!attribute [rw] host_arn
The Amazon Resource Name (ARN) of the host to be updated. @return [String]
@!attribute [rw] provider_endpoint
The URL or endpoint of the host to be updated. @return [String]
@!attribute [rw] vpc_configuration
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. @return [Types::VpcConfiguration]
@see docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/UpdateHostInput AWS API Documentation
Constants
- SENSITIVE