Show / Hide Table of Contents

Class ApiRequestConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApiRequestConfigArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.ApiGateway.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ApiRequestConfigArgs : ResourceArgs

Constructors

View Source

ApiRequestConfigArgs()

Declaration
public ApiRequestConfigArgs()

Properties

View Source

BodyFormat

The body format of the api, which support the values of 'STREAM' and 'FORM'

Declaration
public Input<string> BodyFormat { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Method

The http method of backend service.

Declaration
public Input<string> Method { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Mode

The mode of the parameters between request parameters and service parameters, which support the values of 'MAPPING' and 'PASSTHROUGH'

Declaration
public Input<string> Mode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Path

The path of backend service.

Declaration
public Input<string> Path { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Protocol

The protocol of api which supports values of 'HTTP','HTTPS' or 'HTTP,HTTPS'

Declaration
public Input<string> Protocol { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.