AWS CodeStar connections

2020/11/23 - AWS CodeStar connections - 1 new api methods

Changes  Update codestar-connections client to latest version

UpdateHost (new) Link ΒΆ

Updates a specified host with the provided configurations.

See also: AWS API Documentation

Request Syntax

client.update_host(
    HostArn='string',
    ProviderEndpoint='string',
    VpcConfiguration={
        'VpcId': 'string',
        'SubnetIds': [
            'string',
        ],
        'SecurityGroupIds': [
            'string',
        ],
        'TlsCertificate': 'string'
    }
)
type HostArn:

string

param HostArn:

[REQUIRED]

The Amazon Resource Name (ARN) of the host to be updated.

type ProviderEndpoint:

string

param ProviderEndpoint:

The URL or endpoint of the host to be updated.

type VpcConfiguration:

dict

param 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.

  • VpcId (string) -- [REQUIRED]

    The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.

  • SubnetIds (list) -- [REQUIRED]

    The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

    • (string) --

  • SecurityGroupIds (list) -- [REQUIRED]

    The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.

    • (string) --

  • TlsCertificate (string) --

    The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.

rtype:

dict

returns:

Response Syntax

{}

Response Structure

  • (dict) --