Values.CreateEndpointAccessRequestSourceCreates an Amazon Redshift Serverless managed VPC endpoint.
type nonrec t = {endpointName : String_.t;The name of the VPC endpoint. An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.
*)ownerAccount : OwnerAccount.t option;The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.
*)subnetIds : SubnetIdList.t;The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.
*)vpcSecurityGroupIds : VpcSecurityGroupIdList.t option;The unique identifiers of the security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
*)workgroupName : String_.t;The name of the workgroup to associate with the VPC endpoint.
*)}val make :
?ownerAccount:??? ->
?vpcSecurityGroupIds:??? ->
endpointName:String_.t ->
subnetIds:SubnetIdList.t ->
workgroupName:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list | `String of String_.t ])
list ]