class Aws::ServiceDiscovery::Types::UpdateServiceRequest

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

data as a hash:

    {
      id: "ResourceId", # required
      service: { # required
        description: "ResourceDescription",
        dns_config: {
          dns_records: [ # required
            {
              type: "SRV", # required, accepts SRV, A, AAAA, CNAME
              ttl: 1, # required
            },
          ],
        },
        health_check_config: {
          type: "HTTP", # required, accepts HTTP, HTTPS, TCP
          resource_path: "ResourcePath",
          failure_threshold: 1,
        },
      },
    }

@!attribute [rw] id

The ID of the service that you want to update.
@return [String]

@!attribute [rw] service

A complex type that contains the new settings for the service.
@return [Types::ServiceChange]

@see docs.aws.amazon.com/goto/WebAPI/servicediscovery-2017-03-14/UpdateServiceRequest AWS API Documentation

Constants

SENSITIVE