NAME

Paws::CodeStarConnections::UpdateHost - Arguments for method UpdateHost on Paws::CodeStarConnections

DESCRIPTION

This class represents the parameters used for calling the method UpdateHost on the AWS CodeStar connections service. Use the attributes of this class as arguments to method UpdateHost.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to UpdateHost.

SYNOPSIS

my $codestar-connections = Paws->service('CodeStarConnections');
my $UpdateHostOutput = $codestar -connections->UpdateHost(
  HostArn          => 'MyHostArn',
  ProviderEndpoint => 'MyUrl',       # OPTIONAL
  VpcConfiguration => {
    SecurityGroupIds => [
      'MySecurityGroupId', ...       # min: 11, max: 20
    ],    # min: 1, max: 10
    SubnetIds => [
      'MySubnetId', ...    # min: 15, max: 24
    ],    # min: 1, max: 10
    VpcId          => 'MyVpcId',             # min: 12, max: 21
    TlsCertificate => 'MyTlsCertificate',    # min: 1, max: 16384; OPTIONAL
  },    # OPTIONAL
);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/codestar-connections/UpdateHost

ATTRIBUTES

REQUIRED HostArn => Str

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

ProviderEndpoint => Str

The URL or endpoint of the host to be updated.

VpcConfiguration => Paws::CodeStarConnections::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.

SEE ALSO

This class forms part of Paws, documenting arguments for method UpdateHost in Paws::CodeStarConnections

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues