View source: R/networkmanager_operations.R
networkmanager_put_core_network_policy | R Documentation |
Creates a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and the submitted policy.
See https://www.paws-r-sdk.com/docs/networkmanager_put_core_network_policy/ for full documentation.
networkmanager_put_core_network_policy(
CoreNetworkId,
PolicyDocument,
Description = NULL,
LatestVersionId = NULL,
ClientToken = NULL
)
CoreNetworkId |
[required] The ID of a core network. |
PolicyDocument |
[required] The policy document. |
Description |
a core network policy description. |
LatestVersionId |
The ID of a core network policy. |
ClientToken |
The client token associated with the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.