AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateVpcEndpoint operation. Creates a VPC endpoint. A VPC endpoint provides a private connection between the specified VPC and the specified endpoint service. You can use an endpoint service provided by Amazon Web Services, an Amazon Web Services Marketplace Partner, or another Amazon Web Services account. For more information, see the Amazon Web Services PrivateLink User Guide.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class CreateVpcEndpointRequest : AmazonEC2Request IAmazonWebServiceRequest
The CreateVpcEndpointRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateVpcEndpointRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ClientToken | System.String |
Gets and sets the property ClientToken. Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency. |
![]() |
DnsOptions | Amazon.EC2.Model.DnsOptionsSpecification |
Gets and sets the property DnsOptions. The DNS options for the endpoint. |
![]() |
DryRun | System.Nullable<System.Boolean> |
Gets and sets the property DryRun.
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 |
![]() |
IpAddressType | Amazon.EC2.IpAddressType |
Gets and sets the property IpAddressType. The IP address type for the endpoint. |
![]() |
PolicyDocument | System.String |
Gets and sets the property PolicyDocument. (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. |
![]() |
PrivateDnsEnabled | System.Nullable<System.Boolean> |
Gets and sets the property PrivateDnsEnabled.
(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,
To use a private hosted zone, you must set the following VPC attributes to |
![]() |
ResourceConfigurationArn | System.String |
Gets and sets the property ResourceConfigurationArn. The Amazon Resource Name (ARN) of a resource configuration that will be associated with the VPC endpoint of type resource. |
![]() |
RouteTableIds | System.Collections.Generic.List<System.String> |
Gets and sets the property RouteTableIds. (Gateway endpoint) The route table IDs. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
SecurityGroupIds | System.Collections.Generic.List<System.String> |
Gets and sets the property SecurityGroupIds. (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. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
ServiceName | System.String |
Gets and sets the property ServiceName. The name of the endpoint service. |
![]() |
ServiceNetworkArn | System.String |
Gets and sets the property ServiceNetworkArn. The Amazon Resource Name (ARN) of a service network that will be associated with the VPC endpoint of type service-network. |
![]() |
ServiceRegion | System.String |
Gets and sets the property ServiceRegion. The Region where the service is hosted. The default is the current Region. |
![]() |
SubnetConfigurations | System.Collections.Generic.List<Amazon.EC2.Model.SubnetConfiguration> |
Gets and sets the property SubnetConfigurations. The subnet configurations for the endpoint. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
SubnetIds | System.Collections.Generic.List<System.String> |
Gets and sets the property SubnetIds. (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. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
TagSpecifications | System.Collections.Generic.List<Amazon.EC2.Model.TagSpecification> |
Gets and sets the property TagSpecifications. The tags to associate with the endpoint. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
VpcEndpointType | Amazon.EC2.VpcEndpointType |
Gets and sets the property VpcEndpointType. The type of endpoint. Default: Gateway |
![]() |
VpcId | System.String |
Gets and sets the property VpcId. The ID of the VPC. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer