networkmanager_list_attachments {paws.networking} | R Documentation |
Returns a list of core network attachments
Description
Returns a list of core network attachments.
See https://www.paws-r-sdk.com/docs/networkmanager_list_attachments/ for full documentation.
Usage
networkmanager_list_attachments(
CoreNetworkId = NULL,
AttachmentType = NULL,
EdgeLocation = NULL,
State = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
CoreNetworkId |
The ID of a core network. |
AttachmentType |
The type of attachment. |
EdgeLocation |
The Region where the edge is located. |
State |
The state of the attachment. |
MaxResults |
The maximum number of results to return. |
NextToken |
The token for the next page of results. |
[Package paws.networking version 0.7.0 Index]