Create VPC Endpoint Service Configuration
GET {{aws_ec2_base_url}}/?AcceptanceRequired&ClientToken&DryRun&NetworkLoadBalancerArn.N&Action=CreateVpcEndpointServiceConfiguration
Creates a VPC endpoint service configuration to which service consumers (AWS accounts, IAM users, and IAM roles) can connect.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AcceptanceRequired | null | Indicate whether requests from service consumers to create an endpoint to your service must be accepted. To accept a request, use AcceptVpcEndpointConnections. | |
ClientToken | null | Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency. | |
DryRun | null | 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 is UnauthorizedOperation. | |
NetworkLoadBalancerArn.N | null | The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service. | |
Action | string |