Show / Hide Table of Contents

Class ResourceArgs

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

Constructors

View Source

ResourceArgs()

Declaration
public ResourceArgs()

Properties

View Source

ParentId

The ID of the parent API resource

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

PathPart

The last path segment of this API resource.

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

RestApi

The ID of the associated REST API

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