Class MethodSettingsState
Inherited Members
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 MethodSettingsState : ResourceArgs
Constructors
View SourceMethodSettingsState()
Declaration
public MethodSettingsState()
Properties
View SourceMethodPath
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> |
RestApi
The ID of the REST API
Declaration
public Input<string> RestApi { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Settings
The settings block, see below.
Declaration
public Input<MethodSettingsSettingsGetArgs> Settings { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MethodSettingsSettingsGetArgs> |
StageName
The name of the stage
Declaration
public Input<string> StageName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |