Show / Hide Table of Contents

Class ApiArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApiArgs
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ApiArgs : ResourceArgs

Constructors

View Source

ApiArgs()

Declaration
public ApiArgs()

Properties

View Source

AuthType

The authorization Type including APP and ANONYMOUS. Defaults to null.

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

ConstantParameters

constant_parameters defines the constant parameters of the api.

Declaration
public InputList<ApiConstantParameterArgs> ConstantParameters { get; set; }
Property Value
Type Description
InputList<ApiConstantParameterArgs>
View Source

Description

The description of Constant parameter.

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

FcServiceConfig

fc_service_config defines the config when service_type selected 'FunctionCompute'.

Declaration
public Input<ApiFcServiceConfigArgs> FcServiceConfig { get; set; }
Property Value
Type Description
Input<ApiFcServiceConfigArgs>
View Source

GroupId

The api gateway that the api belongs to. Defaults to null.

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

HttpServiceConfig

http_service_config defines the config when service_type selected 'HTTP'.

Declaration
public Input<ApiHttpServiceConfigArgs> HttpServiceConfig { get; set; }
Property Value
Type Description
Input<ApiHttpServiceConfigArgs>
View Source

HttpVpcServiceConfig

http_vpc_service_config defines the config when service_type selected 'HTTP-VPC'.

Declaration
public Input<ApiHttpVpcServiceConfigArgs> HttpVpcServiceConfig { get; set; }
Property Value
Type Description
Input<ApiHttpVpcServiceConfigArgs>
View Source

MockServiceConfig

http_service_config defines the config when service_type selected 'MOCK'.

Declaration
public Input<ApiMockServiceConfigArgs> MockServiceConfig { get; set; }
Property Value
Type Description
Input<ApiMockServiceConfigArgs>
View Source

Name

System parameter name which supports values including in system parameter list

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

RequestConfig

Request_config defines how users can send requests to your API.

Declaration
public Input<ApiRequestConfigArgs> RequestConfig { get; set; }
Property Value
Type Description
Input<ApiRequestConfigArgs>
View Source

RequestParameters

request_parameters defines the request parameters of the api.

Declaration
public InputList<ApiRequestParameterArgs> RequestParameters { get; set; }
Property Value
Type Description
InputList<ApiRequestParameterArgs>
View Source

ServiceType

The type of backend service. Type including HTTP,VPC and MOCK. Defaults to null.

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

StageNames

Stages that the api need to be deployed. Valid value: RELEASE | PRE | TEST.

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

SystemParameters

system_parameters defines the system parameters of the api.

Declaration
public InputList<ApiSystemParameterArgs> SystemParameters { get; set; }
Property Value
Type Description
InputList<ApiSystemParameterArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.