AWS::ApiGateway::DocumentationPartThe AWS::ApiGateway::DocumentationPart resource creates a documentation part for an API. For more information, see [Representation of API Documentation in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-documenting-api-content-representation.html) in the *API Gateway Developer Guide*.
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Location | Location | RequiredCreate-only |
Properties | string | Required |
RestApiId | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DocumentationPartId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ApiGateway::DocumentationPart
Resources:
MyResource:
Type: AWS::ApiGateway::DocumentationPart
Properties:
Location: "value"
Properties: "value"
RestApiId: "my-restapiid"Permissions CloudFormation needs in your IAM role to manage this resource.
apigateway:GETapigateway:POSTapigateway:GETapigateway:GETapigateway:PATCHapigateway:DELETEapigateway:GETEverything you need to know about ApiGateway on one page. HD quality, print-friendly.
Download Free InfographicDocumentationPartIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
LocationRestApiId