View source: R/vpclattice_operations.R
vpclattice_list_resource_endpoint_associations | R Documentation |
Lists the associations for the specified VPC endpoint.
See https://www.paws-r-sdk.com/docs/vpclattice_list_resource_endpoint_associations/ for full documentation.
vpclattice_list_resource_endpoint_associations(
maxResults = NULL,
nextToken = NULL,
resourceConfigurationIdentifier,
resourceEndpointAssociationIdentifier = NULL,
vpcEndpointId = NULL,
vpcEndpointOwner = NULL
)
maxResults |
The maximum page size. |
nextToken |
A pagination token for the next page of results. |
resourceConfigurationIdentifier |
[required] The ID for the resource configuration associated with the VPC endpoint. |
resourceEndpointAssociationIdentifier |
The ID of the association. |
vpcEndpointId |
The ID of the VPC endpoint in the association. |
vpcEndpointOwner |
The owner of the VPC endpoint in the association. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.