This template creates a documentation part for an API entity and associates it with a documentation version. It creates a `RestApi` resource with the specified name. Then it creates a `DocumentationPart` resource with the specified location, `RestApiId`, and `Properties`. Finally, it creates a `DocumentationVersion` resource with the specified description, documentation version, and `RestApiId`.

RestApi
AWS::ApiGateway::RestApi


DocumentationPart
AWS::ApiGateway::DocumentationPart


Location *

DocumentationVersion
AWS::ApiGateway::DocumentationVersion


CloudFormation Template

Share Template