networkmanager_create_core_network {paws.networking} | R Documentation |
Creates a core network as part of your global network, and optionally, with a core network policy
Description
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.
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. |
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. |
[Package paws.networking version 0.7.0 Index]