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(serviceNetworkIdentifier, authType)
Arguments¶
serviceNetworkIdentifier |
[required] The ID or ARN of the service network. |
authType |
[required] The type of IAM policy.
|
Value¶
A list with the following syntax:
list(
id = "string",
name = "string",
arn = "string",
authType = "NONE"|"AWS_IAM"
)
Request syntax¶
svc$update_service_network(
serviceNetworkIdentifier = "string",
authType = "NONE"|"AWS_IAM"
)