An Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy.
See https://www.paws-r-sdk.com/docs/ec2_create_verified_access_endpoint/ for full documentation.
ec2_create_verified_access_endpoint(
VerifiedAccessGroupId,
EndpointType,
AttachmentType,
DomainCertificateArn,
ApplicationDomain,
EndpointDomainPrefix,
SecurityGroupIds = NULL,
LoadBalancerOptions = NULL,
NetworkInterfaceOptions = NULL,
Description = NULL,
PolicyDocument = NULL,
TagSpecifications = NULL,
ClientToken = NULL,
DryRun = NULL,
SseSpecification = NULL
)
[required] The ID of the Verified Access group to associate the endpoint with.
[required] The type of Verified Access endpoint to create.
[required] The type of attachment.
[required] 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.
[required] The DNS name for users to reach your application.
[required] A custom identifier that is prepended to the DNS name that is generated for the endpoint.
The IDs of the security groups to associate with the Verified Access
endpoint. Required if AttachmentType
is set to vpc
.
The load balancer details. This parameter is required if the endpoint
type is load-balancer
.
The network interface details. This parameter is required if the
endpoint type is network-interface
.
A description for the Verified Access endpoint.
The Verified Access policy document.
The tags to assign to the Verified Access endpoint.
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring idempotency.
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
.
The options for server side encryption.