/AWS1/CL_EC2=>DESCRIBEVPCENDPTSERVICEPERMS()
¶
About DescribeVpcEndpointServicePermissions¶
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_SERVICEID
TYPE /AWS1/EC2VPCENDPOINTSERVICEID
/AWS1/EC2VPCENDPOINTSERVICEID
¶
The ID of the service.
Optional arguments:¶
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
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
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.
IT_FILTERS
TYPE /AWS1/CL_EC2FILTER=>TT_FILTERLIST
TT_FILTERLIST
¶
The filters.
principal
- The ARN of the principal.
principal-type
- The principal type (All
|Service
|OrganizationUnit
|Account
|User
|Role
).
IV_MAXRESULTS
TYPE /AWS1/EC2INTEGER
/AWS1/EC2INTEGER
¶
The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned
NextToken
value. This value can be between 5 and 1,000; ifMaxResults
is given a value larger than 1,000, only 1,000 results are returned.
IV_NEXTTOKEN
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The token to retrieve the next page of results.