AWS SDK Version 4 for .NET
API Reference

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 ModifyVpcEndpointServiceConfiguration operation. Modifies the attributes of the specified VPC endpoint service configuration.

If you set or modify the private DNS name, you must prove that you own the private DNS domain name.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.ModifyVpcEndpointServiceConfigurationRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class ModifyVpcEndpointServiceConfigurationRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The ModifyVpcEndpointServiceConfigurationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AcceptanceRequired System.Nullable<System.Boolean>

Gets and sets the property AcceptanceRequired.

Indicates whether requests to create an endpoint to the service must be accepted.

Public Property AddGatewayLoadBalancerArns System.Collections.Generic.List<System.String>

Gets and sets the property AddGatewayLoadBalancerArns.

The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to the service configuration.

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.

Public Property AddNetworkLoadBalancerArns System.Collections.Generic.List<System.String>

Gets and sets the property AddNetworkLoadBalancerArns.

The Amazon Resource Names (ARNs) of Network Load Balancers to add to the service configuration.

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.

Public Property AddSupportedIpAddressTypes System.Collections.Generic.List<System.String>

Gets and sets the property AddSupportedIpAddressTypes.

The IP address types to add to the service configuration.

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.

Public Property AddSupportedRegions System.Collections.Generic.List<System.String>

Gets and sets the property AddSupportedRegions.

The supported Regions to add to the service configuration.

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.

Public Property 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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

Public Property PrivateDnsName System.String

Gets and sets the property PrivateDnsName.

(Interface endpoint configuration) The private DNS name to assign to the endpoint service.

Public Property RemoveGatewayLoadBalancerArns System.Collections.Generic.List<System.String>

Gets and sets the property RemoveGatewayLoadBalancerArns.

The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from the service configuration.

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.

Public Property RemoveNetworkLoadBalancerArns System.Collections.Generic.List<System.String>

Gets and sets the property RemoveNetworkLoadBalancerArns.

The Amazon Resource Names (ARNs) of Network Load Balancers to remove from the service configuration.

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.

Public Property RemovePrivateDnsName System.Nullable<System.Boolean>

Gets and sets the property RemovePrivateDnsName.

(Interface endpoint configuration) Removes the private DNS name of the endpoint service.

Public Property RemoveSupportedIpAddressTypes System.Collections.Generic.List<System.String>

Gets and sets the property RemoveSupportedIpAddressTypes.

The IP address types to remove from the service configuration.

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.

Public Property RemoveSupportedRegions System.Collections.Generic.List<System.String>

Gets and sets the property RemoveSupportedRegions.

The supported Regions to remove from the service configuration.

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.

Public Property ServiceId System.String

Gets and sets the property ServiceId.

The ID of the service.

Version Information

.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