class Aws::DeviceFarm::Types::UpdateVPCEConfigurationRequest

@note When making an API call, you may pass UpdateVPCEConfigurationRequest

data as a hash:

    {
      arn: "AmazonResourceName", # required
      vpce_configuration_name: "VPCEConfigurationName",
      vpce_service_name: "VPCEServiceName",
      service_dns_name: "ServiceDnsName",
      vpce_configuration_description: "VPCEConfigurationDescription",
    }

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the VPC endpoint configuration you
want to update.
@return [String]

@!attribute [rw] vpce_configuration_name

The friendly name you give to your VPC endpoint configuration to
manage your configurations more easily.
@return [String]

@!attribute [rw] vpce_service_name

The name of the VPC endpoint service running in your AWS account
that you want Device Farm to test.
@return [String]

@!attribute [rw] service_dns_name

The DNS (domain) name used to connect to your private service in
your VPC. The DNS name must not already be in use on the internet.
@return [String]

@!attribute [rw] vpce_configuration_description

An optional description that provides details about your VPC
endpoint configuration.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateVPCEConfigurationRequest AWS API Documentation

Constants

SENSITIVE