Show / Hide Table of Contents

Class MethodSettingsArgs

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

Constructors

View Source

MethodSettingsArgs()

Declaration
public MethodSettingsArgs()

Properties

View Source

MethodPath

Method path defined as {resource_path}/{http_method} for an individual method override, or */* for overriding all methods in the stage.

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

RestApi

The ID of the REST API

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

Settings

The settings block, see below.

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

StageName

The name of the stage

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