/AWS1/CL_EC2=>CREATEVERIFIEDACCESSENDPOINT()
¶
About CreateVerifiedAccessEndpoint¶
An Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_VERIFIEDACCESSGROUPID
TYPE /AWS1/EC2VERIFIEDACCESSGROUPID
/AWS1/EC2VERIFIEDACCESSGROUPID
¶
The ID of the Verified Access group to associate the endpoint with.
IV_ENDPOINTTYPE
TYPE /AWS1/EC2VERIFIEDACCENDPTTYPE
/AWS1/EC2VERIFIEDACCENDPTTYPE
¶
The type of Verified Access endpoint to create.
IV_ATTACHMENTTYPE
TYPE /AWS1/EC2VERIFIEDACCENDPTATT00
/AWS1/EC2VERIFIEDACCENDPTATT00
¶
The type of attachment.
Optional arguments:¶
IV_DOMAINCERTIFICATEARN
TYPE /AWS1/EC2CERTIFICATEARN
/AWS1/EC2CERTIFICATEARN
¶
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.
IV_APPLICATIONDOMAIN
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The DNS name for users to reach your application.
IV_ENDPOINTDOMAINPREFIX
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
A custom identifier that is prepended to the DNS name that is generated for the endpoint.
IT_SECURITYGROUPIDS
TYPE /AWS1/CL_EC2SECGROUPIDLIST_W=>TT_SECURITYGROUPIDLIST
TT_SECURITYGROUPIDLIST
¶
The IDs of the security groups to associate with the Verified Access endpoint. Required if
AttachmentType
is set tovpc
.
IO_LOADBALANCEROPTIONS
TYPE REF TO /AWS1/CL_EC2CREVERIFIEDACCEN01
/AWS1/CL_EC2CREVERIFIEDACCEN01
¶
The load balancer details. This parameter is required if the endpoint type is
load-balancer
.
IO_NETWORKINTERFACEOPTIONS
TYPE REF TO /AWS1/CL_EC2CREVERIFIEDACCEN03
/AWS1/CL_EC2CREVERIFIEDACCEN03
¶
The network interface details. This parameter is required if the endpoint type is
network-interface
.
IV_DESCRIPTION
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
A description for the Verified Access endpoint.
IV_POLICYDOCUMENT
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The Verified Access policy document.
IT_TAGSPECIFICATIONS
TYPE /AWS1/CL_EC2TAGSPECIFICATION=>TT_TAGSPECIFICATIONLIST
TT_TAGSPECIFICATIONLIST
¶
The tags to assign to the Verified Access endpoint.
IV_CLIENTTOKEN
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring idempotency.
IV_DRYRUN
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
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 isUnauthorizedOperation
.
IO_SSESPECIFICATION
TYPE REF TO /AWS1/CL_EC2VERIFIEDACCSSESP01
/AWS1/CL_EC2VERIFIEDACCSSESP01
¶
The options for server side encryption.
IO_RDSOPTIONS
TYPE REF TO /AWS1/CL_EC2CREVERIFIEDACCEN06
/AWS1/CL_EC2CREVERIFIEDACCEN06
¶
The RDS details. This parameter is required if the endpoint type is
rds
.
IO_CIDROPTIONS
TYPE REF TO /AWS1/CL_EC2CREVERIFIEDACCEN07
/AWS1/CL_EC2CREVERIFIEDACCEN07
¶
The CIDR options. This parameter is required if the endpoint type is
cidr
.