networkmanager_update_network_resource_metadata {paws.networking} | R Documentation |
Updates the resource metadata for the specified global network
Description
Updates the resource metadata for the specified global network.
See https://www.paws-r-sdk.com/docs/networkmanager_update_network_resource_metadata/ for full documentation.
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. |
[Package paws.networking version 0.7.0 Index]