Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateVerifiedAccessEndpointRequest

import type { CreateVerifiedAccessEndpointRequest } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";
interface CreateVerifiedAccessEndpointRequest {
ApplicationDomain: string;
ClientToken?: string | null;
Description?: string | null;
DomainCertificateArn: string;
DryRun?: boolean | null;
EndpointDomainPrefix: string;
NetworkInterfaceOptions?: CreateVerifiedAccessEndpointEniOptions | null;
PolicyDocument?: string | null;
SecurityGroupIds?: string[] | null;
TagSpecifications?: TagSpecification[] | null;
VerifiedAccessGroupId: string;
}

§Properties

§
ApplicationDomain: string
[src]

The DNS name for users to reach your application.

§

The Amazon Web Services network component Verified Access attaches to.

§
ClientToken?: string | null
[src]

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

§
Description?: string | null
[src]

A description for the Amazon Web Services Verified Access endpoint.

§
DomainCertificateArn: string
[src]

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.

§
DryRun?: boolean | null
[src]

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.

§
EndpointDomainPrefix: string
[src]

A custom identifier that gets prepended to a DNS name that is generated for the endpoint.

§

The type of Amazon Web Services Verified Access endpoint to create.

§

The load balancer details if creating the Amazon Web Services Verified Access endpoint as load-balancertype.

§
NetworkInterfaceOptions?: CreateVerifiedAccessEndpointEniOptions | null
[src]

The network interface details if creating the Amazon Web Services Verified Access endpoint as network-interfacetype.

§
PolicyDocument?: string | null
[src]

The Amazon Web Services Verified Access policy document.

§
SecurityGroupIds?: string[] | null
[src]

The Amazon EC2 security groups to associate with the Amazon Web Services Verified Access endpoint.

§
TagSpecifications?: TagSpecification[] | null
[src]

The tags to assign to the Amazon Web Services Verified Access endpoint.

§
VerifiedAccessGroupId: string
[src]

The ID of the Verified Access group to associate the endpoint with.