http://ec2.{region}.amazonaws.com/#Action=CreateVerifiedAccessEndpointAn Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy.
The ID of the Verified Access group to associate the endpoint with.
The type of Amazon Web Services Verified Access endpoint to create.
The Amazon Web Services network component Verified Access attaches to.
The ARN of the public TLS/SSL certificate in Amazon Web Services Certificate Manager to associate with the endpoint. The CN in the certificate must match the DNS name your end users will use to reach your application.
The DNS name for users to reach your application.
A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
The Amazon EC2 security groups to associate with the Amazon Web Services Verified Access endpoint.
The load balancer details if creating the Amazon Web Services Verified Access endpoint as <code>load-balancer</code>type.
The network interface details if creating the Amazon Web Services Verified Access endpoint as <code>network-interface</code>type.
A description for the Amazon Web Services Verified Access endpoint.
The Amazon Web Services Verified Access policy document.
The tags to assign to the Amazon Web Services Verified Access endpoint.
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.
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 <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://ec2.{region}.amazonaws.com/#Action=CreateVerifiedAccessEndpoint' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://ec2.{region}.amazonaws.com/#Action=CreateVerifiedAccessEndpointAn Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy.
The ID of the Verified Access group to associate the endpoint with.
The type of Amazon Web Services Verified Access endpoint to create.
The Amazon Web Services network component Verified Access attaches to.
The ARN of the public TLS/SSL certificate in Amazon Web Services Certificate Manager to associate with the endpoint. The CN in the certificate must match the DNS name your end users will use to reach your application.
The DNS name for users to reach your application.
A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
The Amazon EC2 security groups to associate with the Amazon Web Services Verified Access endpoint.
The load balancer details if creating the Amazon Web Services Verified Access endpoint as <code>load-balancer</code>type.
The network interface details if creating the Amazon Web Services Verified Access endpoint as <code>network-interface</code>type.
A description for the Amazon Web Services Verified Access endpoint.
The Amazon Web Services Verified Access policy document.
The tags to assign to the Amazon Web Services Verified Access endpoint.
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.
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 <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://ec2.{region}.amazonaws.com/#Action=CreateVerifiedAccessEndpoint' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}