getDocumentationPart

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.

Return

null

Parameters

argument

null


suspend fun getDocumentationPart(documentationPartId: String, restApiId: String): GetDocumentationPartResult

Return

null

Parameters

documentationPartId

The ID for the documentation part.

restApiId

The string identifier of the associated RestApi.

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.apigateway.kotlin.inputs.GetDocumentationPartPlainArgs.

See also