update_network_resource_metadata(**kwargs)¶Updates the resource metadata for the specified global network.
See also: AWS API Documentation
Request Syntax
response = client.update_network_resource_metadata(
    GlobalNetworkId='string',
    ResourceArn='string',
    Metadata={
        'string': 'string'
    }
)
[REQUIRED]
The ID of the global network.
[REQUIRED]
The ARN of the resource.
[REQUIRED]
The resource metadata.
dict
Response Syntax
{
    'ResourceArn': 'string',
    'Metadata': {
        'string': 'string'
    }
}
Response Structure
(dict) --
ResourceArn (string) --
The ARN of the resource.
Metadata (dict) --
The updated resource metadata.
Exceptions
NetworkManager.Client.exceptions.ValidationExceptionNetworkManager.Client.exceptions.AccessDeniedExceptionNetworkManager.Client.exceptions.ResourceNotFoundExceptionNetworkManager.Client.exceptions.ConflictExceptionNetworkManager.Client.exceptions.ThrottlingExceptionNetworkManager.Client.exceptions.InternalServerException