networkmanager_create_core_network: Creates a core network as part of your global network, and...

View source: R/networkmanager_operations.R

networkmanager_create_core_networkR 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.