Values.CreateEndpointRequestSourceCreates an endpoint and associates it with the specified Outpost. It can take up to 5 minutes for this action to finish. Related actions include: DeleteEndpoint ListEndpoints
type nonrec t = {outpostId : OutpostId.t;The ID of the Outposts.
*)subnetId : SubnetId.t;The ID of the subnet in the selected VPC. The endpoint subnet must belong to the Outpost that has Amazon S3 on Outposts provisioned.
*)securityGroupId : SecurityGroupId.t;The ID of the security group to use with the endpoint.
*)accessType : EndpointAccessType.t option;The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the Amazon Web Services VPC, choose Private. To use the endpoint with an on-premises network, choose CustomerOwnedIp. If you choose CustomerOwnedIp, you must also provide the customer-owned IP address pool (CoIP pool). Private is the default access type value.
*)customerOwnedIpv4Pool : CustomerOwnedIpv4Pool.t option;The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint. IP addresses are allocated from this pool for the endpoint.
*)}val make :
?accessType:??? ->
?customerOwnedIpv4Pool:??? ->
outpostId:OutpostId.t ->
subnetId:SubnetId.t ->
securityGroupId:SecurityGroupId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of OutpostId.t ]) list ]