Show / Hide Table of Contents

Class ResourceState

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

Constructors

View Source

ResourceState()

Declaration
public ResourceState()

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

Path

The complete path for this API resource, including all parent paths.

Declaration
public Input<string> Path { 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.