Update Global Network
networkmanager_update_global_network | R Documentation |
Updates an existing global network¶
Description¶
Updates an existing global network. To remove information for any of the parameters, specify an empty string.
Usage¶
Arguments¶
GlobalNetworkId
[required] The ID of your global network.
Description
A description of the global network.
Constraints: Maximum length of 256 characters.
Value¶
A list with the following syntax:
list(
GlobalNetwork = list(
GlobalNetworkId = "string",
GlobalNetworkArn = "string",
Description = "string",
CreatedAt = as.POSIXct(
"2015-01-01"
),
State = "PENDING"|"AVAILABLE"|"DELETING"|"UPDATING",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
)