networkmanager_get_core_network_change_set {paws.networking}R Documentation

Returns a change set between the LIVE core network policy and a submitted policy

Description

Returns a change set between the LIVE core network policy and a submitted policy.

See https://www.paws-r-sdk.com/docs/networkmanager_get_core_network_change_set/ for full documentation.

Usage

networkmanager_get_core_network_change_set(
  CoreNetworkId,
  PolicyVersionId,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

CoreNetworkId

[required] The ID of a core network.

PolicyVersionId

[required] The ID of the policy version.

MaxResults

The maximum number of results to return.

NextToken

The token for the next page of results.


[Package paws.networking version 0.9.0 Index]