Skip to content

Update Service Network

vpclattice_update_service_network R Documentation

Updates the specified service network

Description

Updates the specified service network.

Usage

vpclattice_update_service_network(authType, serviceNetworkIdentifier)

Arguments

authType

[required] The type of IAM policy.

  • NONE: The resource does not use an IAM policy. This is the default.

  • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

serviceNetworkIdentifier

[required] The ID or Amazon Resource Name (ARN) of the service network.

Value

A list with the following syntax:

list(
  arn = "string",
  authType = "NONE"|"AWS_IAM",
  id = "string",
  name = "string"
)

Request syntax

svc$update_service_network(
  authType = "NONE"|"AWS_IAM",
  serviceNetworkIdentifier = "string"
)