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.

Describes a service configuration for a VPC endpoint service.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.ServiceConfiguration

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

Syntax

C#
public class ServiceConfiguration

The ServiceConfiguration type exposes the following members

Constructors

NameDescription
Public Method ServiceConfiguration()

Properties

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

Gets and sets the property AcceptanceRequired.

Indicates whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.

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

Gets and sets the property AvailabilityZoneIds.

The IDs of the Availability Zones in which the service is available.

Either AvailabilityZone or AvailabilityZoneId can be specified, but not both

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 AvailabilityZones System.Collections.Generic.List<System.String>

Gets and sets the property AvailabilityZones.

The Availability Zones in which the service is available.

Either AvailabilityZone or AvailabilityZoneId can be specified, but not both

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 BaseEndpointDnsNames System.Collections.Generic.List<System.String>

Gets and sets the property BaseEndpointDnsNames.

The DNS names for the service.

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 GatewayLoadBalancerArns System.Collections.Generic.List<System.String>

Gets and sets the property GatewayLoadBalancerArns.

The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

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 ManagesVpcEndpoints System.Nullable<System.Boolean>

Gets and sets the property ManagesVpcEndpoints.

Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.

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

Gets and sets the property NetworkLoadBalancerArns.

The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.

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 PayerResponsibility Amazon.EC2.PayerResponsibility

Gets and sets the property PayerResponsibility.

The payer responsibility.

Public Property PrivateDnsName System.String

Gets and sets the property PrivateDnsName.

The private DNS name for the service.

Public Property PrivateDnsNameConfiguration Amazon.EC2.Model.PrivateDnsNameConfiguration

Gets and sets the property PrivateDnsNameConfiguration.

Information about the endpoint service private DNS name configuration.

Public Property RemoteAccessEnabled System.Nullable<System.Boolean>

Gets and sets the property RemoteAccessEnabled.

Indicates whether consumers can access the service from a Region other than the Region where the service is hosted.

Public Property ServiceId System.String

Gets and sets the property ServiceId.

The ID of the service.

Public Property ServiceName System.String

Gets and sets the property ServiceName.

The name of the service.

Public Property ServiceState Amazon.EC2.ServiceState

Gets and sets the property ServiceState.

The service state.

Public Property ServiceType System.Collections.Generic.List<Amazon.EC2.Model.ServiceTypeDetail>

Gets and sets the property ServiceType.

The type of service.

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 SupportedIpAddressTypes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedIpAddressTypes.

The supported IP address types.

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 SupportedRegions System.Collections.Generic.List<Amazon.EC2.Model.SupportedRegionDetail>

Gets and sets the property SupportedRegions.

The supported Regions.

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 Tags System.Collections.Generic.List<Amazon.EC2.Model.Tag>

Gets and sets the property Tags.

The tags assigned to the service.

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.

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