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.

Container for the parameters to the GetBasePathMapping operation. Describe a BasePathMapping resource.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.APIGateway.AmazonAPIGatewayRequest
      Amazon.APIGateway.Model.GetBasePathMappingRequest

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

Syntax

C#
public class GetBasePathMappingRequest : AmazonAPIGatewayRequest
         IAmazonWebServiceRequest

The GetBasePathMappingRequest type exposes the following members

Constructors

NameDescription
Public Method GetBasePathMappingRequest()

Properties

NameTypeDescription
Public Property BasePath System.String

Gets and sets the property BasePath.

The base path name that callers of the API must provide as part of the URL after the domain name. This value must be unique for all of the mappings across a single API. Specify '(none)' if you do not want callers to specify any base path name after the domain name.

Public Property DomainName System.String

Gets and sets the property DomainName.

The domain name of the BasePathMapping resource to be described.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5