Update Network Resource Metadata
networkmanager_update_network_resource_metadata | R Documentation |
Updates the resource metadata for the specified global network¶
Description¶
Updates the resource metadata for the specified global network.
Usage¶
networkmanager_update_network_resource_metadata(GlobalNetworkId,
ResourceArn, Metadata)
Arguments¶
GlobalNetworkId |
[required] The ID of the global network. |
ResourceArn |
[required] The ARN of the resource. |
Metadata |
[required] The resource metadata. |
Value¶
A list with the following syntax:
list(
ResourceArn = "string",
Metadata = list(
"string"
)
)
Request syntax¶
svc$update_network_resource_metadata(
GlobalNetworkId = "string",
ResourceArn = "string",
Metadata = list(
"string"
)
)