Show / Hide Table of Contents

Class ApiConstantParameterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApiConstantParameterArgs
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 ApiConstantParameterArgs : ResourceArgs

Constructors

View Source

ApiConstantParameterArgs()

Declaration
public ApiConstantParameterArgs()

Properties

View Source

Description

The description of Constant parameter.

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

In

System parameter location; values: 'HEAD' and 'QUERY'.

Declaration
public Input<string> In { get; set; }
Property Value
Type Description
Input<System.String>
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

Value

Constant parameter value.

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