View source: R/networkmanager_operations.R
networkmanager_create_core_network | R Documentation |
Creates a core network as part of your global network, and optionally, with a core network policy.
See https://www.paws-r-sdk.com/docs/networkmanager_create_core_network/ for full documentation.
networkmanager_create_core_network(
GlobalNetworkId,
Description = NULL,
Tags = NULL,
PolicyDocument = NULL,
ClientToken = NULL
)
GlobalNetworkId |
[required] The ID of the global network that a core network will be a part of. |
Description |
The description of a core network. |
Tags |
Key-value tags associated with a core network request. |
PolicyDocument |
The policy document for creating a core network. |
ClientToken |
The client token associated with a core network request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.