AWS SDK Version 3 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.

The configuration for the URL endpoint type.

Inheritance Hierarchy

System.Object
  Amazon.MigrationHubRefactorSpaces.Model.UrlEndpointInput

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

Syntax

C#
public class UrlEndpointInput

The UrlEndpointInput type exposes the following members

Constructors

NameDescription
Public Method UrlEndpointInput()

Properties

NameTypeDescription
Public Property HealthUrl System.String

Gets and sets the property HealthUrl.

The health check URL of the URL endpoint type. If the URL is a public endpoint, the HealthUrl must also be a public endpoint. If the URL is a private endpoint inside a virtual private cloud (VPC), the health URL must also be a private endpoint, and the host must be the same as the URL.

Public Property Url System.String

Gets and sets the property Url.

The URL to route traffic to. The URL must be an rfc3986-formatted URL. If the host is a domain name, the name must be resolvable over the public internet. If the scheme is https, the top level domain of the host must be listed in the IANA root zone database.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5