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.
|
serviceNetworkIdentifier |
[required] The ID or 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"
)