View source: R/ec2_operations.R
ec2_describe_vpc_endpoints | R Documentation |
Describes your VPC endpoints. The default is to describe all your VPC endpoints. Alternatively, you can specify specific VPC endpoint IDs or filter the results to include only the VPC endpoints that match specific criteria.
See https://www.paws-r-sdk.com/docs/ec2_describe_vpc_endpoints/ for full documentation.
ec2_describe_vpc_endpoints(
DryRun = NULL,
VpcEndpointIds = NULL,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)
DryRun |
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is |
VpcEndpointIds |
The IDs of the VPC endpoints. |
Filters |
The filters.
|
MaxResults |
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results. Constraint: If the value is greater than 1,000, we return only 1,000 items. |
NextToken |
The token for the next set of items to return. (You received this token from a prior call.) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.