DocumentationPart

class DocumentationPart : KotlinCustomResource

The `AWS::ApiGateway::DocumentationPart` resource creates a documentation part for an API. For more information, see Representation of API Documentation in API Gateway in the API Gateway Developer Guide.

Properties

Link copied to clipboard

The ID for the documentation part.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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

Link copied to clipboard
val properties: Output<String>

The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val restApiId: Output<String>

The string identifier of the associated RestApi.

Link copied to clipboard
val urn: Output<String>