Show / Hide Table of Contents

Class DocumentationPartState

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

Constructors

View Source

DocumentationPartState()

Declaration
public DocumentationPartState()

Properties

View Source

Location

The location of the targeted API entity of the to-be-created documentation part. See below.

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

Properties

A content map of API-specific key-value pairs describing the targeted API entity. The map must be encoded as a JSON string, e.g., "{ &quot;description&quot;: &quot;The API does ...&quot; }". Only Swagger-compliant key-value pairs can be exported and, hence, published.

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

RestApiId

The ID of the associated Rest API

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