/AWS1/CL_EC2=>CREATEVPCENDPOINTSERVICECONF()
¶
About CreateVpcEndpointServiceConfiguration¶
Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, users, and IAM roles) can connect.
Before you create an endpoint service, you must create one of the following for your service:
-
A Network Load Balancer. Service consumers connect to your service using an interface endpoint.
-
A Gateway Load Balancer. Service consumers connect to your service using a Gateway Load Balancer endpoint.
If you set the private DNS name, you must prove that you own the private DNS domain name.
For more information, see the Amazon Web Services PrivateLink Guide.
Method Signature¶
IMPORTING¶
Optional arguments:¶
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
.
IV_ACCEPTANCEREQUIRED
TYPE /AWS1/EC2BOOLEAN
/AWS1/EC2BOOLEAN
¶
Indicates whether requests from service consumers to create an endpoint to your service must be accepted manually.
IV_PRIVATEDNSNAME
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.
IT_NETWORKLOADBALANCERARNS
TYPE /AWS1/CL_EC2VALUESTRINGLIST_W=>TT_VALUESTRINGLIST
TT_VALUESTRINGLIST
¶
The Amazon Resource Names (ARNs) of the Network Load Balancers.
IT_GATEWAYLOADBALANCERARNS
TYPE /AWS1/CL_EC2VALUESTRINGLIST_W=>TT_VALUESTRINGLIST
TT_VALUESTRINGLIST
¶
The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
IT_SUPPORTEDIPADDRESSTYPES
TYPE /AWS1/CL_EC2VALUESTRINGLIST_W=>TT_VALUESTRINGLIST
TT_VALUESTRINGLIST
¶
The supported IP address types. The possible values are
ipv4
andipv6
.
IT_SUPPORTEDREGIONS
TYPE /AWS1/CL_EC2VALUESTRINGLIST_W=>TT_VALUESTRINGLIST
TT_VALUESTRINGLIST
¶
The Regions from which service consumers can access the service.
IV_CLIENTTOKEN
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
IT_TAGSPECIFICATIONS
TYPE /AWS1/CL_EC2TAGSPECIFICATION=>TT_TAGSPECIFICATIONLIST
TT_TAGSPECIFICATIONLIST
¶
The tags to associate with the service.