Class ResourceArgs
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 ResourceArgs : ResourceArgs
Constructors
View SourceResourceArgs()
Declaration
public ResourceArgs()
Properties
View SourceParentId
The ID of the parent API resource
Declaration
public Input<string> ParentId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PathPart
The last path segment of this API resource.
Declaration
public Input<string> PathPart { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RestApi
The ID of the associated REST API
Declaration
public Input<string> RestApi { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |