Lists the routing policy associations for attachments in a core network
Source:R/networkmanager_operations.R
networkmanager_list_attachment_routing_policy_associations.RdLists the routing policy associations for attachments in a core network.
See https://www.paws-r-sdk.com/docs/networkmanager_list_attachment_routing_policy_associations/ for full documentation.
Usage
networkmanager_list_attachment_routing_policy_associations(
CoreNetworkId,
AttachmentId = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- CoreNetworkId
[required] The ID of the core network to list attachment routing policy associations for.
- AttachmentId
The ID of a specific attachment to filter the routing policy associations.
- MaxResults
The maximum number of results to return in a single page.
- NextToken
The token for the next page of results.