Skip to content

Update Service Attributes

servicediscovery_update_service_attributes R Documentation

Submits a request to update a specified service to add service-level attributes

Description

Submits a request to update a specified service to add service-level attributes.

Usage

servicediscovery_update_service_attributes(ServiceId, Attributes)

Arguments

ServiceId

[required] The ID or Amazon Resource Name (ARN) of the service that you want to update. For services created in a namespace shared with your Amazon Web Services account, specify the service ARN.

Attributes

[required] A string map that contains attribute key-value pairs.

Value

An empty list.

Request syntax

svc$update_service_attributes(
  ServiceId = "string",
  Attributes = list(
    "string"
  )
)