ec2_create_verified_access_endpoint: An Amazon Web Services Verified Access endpoint is where you...

View source: R/ec2_operations.R

ec2_create_verified_access_endpointR Documentation

An Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy

Description

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.

Usage

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
)

Arguments

VerifiedAccessGroupId

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

EndpointType

[required] The type of Verified Access endpoint to create.

AttachmentType

[required] The type of attachment.

DomainCertificateArn

[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.

ApplicationDomain

[required] The DNS name for users to reach your application.

EndpointDomainPrefix

[required] A custom identifier that is prepended to the DNS name that is generated for the endpoint.

SecurityGroupIds

The IDs of the security groups to associate with the Verified Access endpoint.

LoadBalancerOptions

The load balancer details. This parameter is required if the endpoint type is load-balancer.

NetworkInterfaceOptions

The network interface details. This parameter is required if the endpoint type is network-interface.

Description

A description for the Verified Access endpoint.

PolicyDocument

The Verified Access policy document.

TagSpecifications

The tags to assign to the Verified Access endpoint.

ClientToken

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

DryRun

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.