View source: R/ec2_operations.R
ec2_describe_vpc_endpoint_services | R Documentation |
Describes available services to which you can create a VPC endpoint.
See https://www.paws-r-sdk.com/docs/ec2_describe_vpc_endpoint_services/ for full documentation.
ec2_describe_vpc_endpoint_services(
DryRun = NULL,
ServiceNames = 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 |
ServiceNames |
The service names. |
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.