Creates a core network as part of your global network, and optionally, with a core network policy
Source:R/networkmanager_operations.R
networkmanager_create_core_network.RdCreates 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.
Usage
networkmanager_create_core_network(
GlobalNetworkId,
Description = NULL,
Tags = NULL,
PolicyDocument = NULL,
ClientToken = NULL
)Arguments
- GlobalNetworkId
[required] The ID of the global network that a core network will be a part of.
- Description
The description of a core network.
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.