Class DocumentationPartState
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 DocumentationPartState : ResourceArgs
Constructors
View SourceDocumentationPartState()
Declaration
public DocumentationPartState()
Properties
View SourceLocation
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> |
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., "{ "description": "The API does ..." }". 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> |
RestApiId
The ID of the associated Rest API
Declaration
public Input<string> RestApiId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |