CreateVpcEndpointRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

Link copied to clipboard

The DNS options for the endpoint.

Link copied to clipboard

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.

Link copied to clipboard

The IP address type for the endpoint.

Link copied to clipboard

(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service.

Link copied to clipboard

(Interface endpoint) Indicates whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example, kinesis.us-east-1.amazonaws.com), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.

Link copied to clipboard

The Amazon Resource Name (ARN) of a resource configuration that will be associated with the VPC endpoint of type resource.

Link copied to clipboard

(Gateway endpoint) The route table IDs.

Link copied to clipboard

(Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces. If this parameter is not specified, we use the default security group for the VPC.

Link copied to clipboard

The name of the endpoint service.

Link copied to clipboard

The Amazon Resource Name (ARN) of a service network that will be associated with the VPC endpoint of type service-network.

Link copied to clipboard

The Region where the service is hosted. The default is the current Region.

Link copied to clipboard

The subnet configurations for the endpoint.

Link copied to clipboard

(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to create endpoint network interfaces. For a Gateway Load Balancer endpoint, you can specify only one subnet.

Link copied to clipboard

The tags to associate with the endpoint.

Link copied to clipboard

The type of endpoint.

Link copied to clipboard

The ID of the VPC.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String