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 ImportApi operation. Imports an API.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ApiGatewayV2.AmazonApiGatewayV2Request
      Amazon.ApiGatewayV2.Model.ImportApiRequest

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

Syntax

C#
public class ImportApiRequest : AmazonApiGatewayV2Request
         IAmazonWebServiceRequest

The ImportApiRequest type exposes the following members

Constructors

NameDescription
Public Method ImportApiRequest()

Properties

NameTypeDescription
Public Property Basepath System.String

Gets and sets the property Basepath.

Specifies how to interpret the base path of the API during import. Valid values are ignore, prepend, and split. The default value is ignore. To learn more, see Set the OpenAPI basePath Property. Supported only for HTTP APIs.

Public Property Body System.String

Gets and sets the property Body.

The OpenAPI definition. Supported only for HTTP APIs.

Public Property FailOnWarnings System.Boolean

Gets and sets the property FailOnWarnings.

Specifies whether to rollback the API creation when a warning is encountered. By default, API creation continues if a warning is encountered.

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