interface DocumentationPartReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.DocumentationPartReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#DocumentationPartReference |
![]() | software.amazon.awscdk.services.apigateway.DocumentationPartReference |
![]() | aws_cdk.aws_apigateway.DocumentationPartReference |
![]() | aws-cdk-lib » aws_apigateway » DocumentationPartReference |
A reference to a DocumentationPart resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apigateway as apigateway } from 'aws-cdk-lib';
const documentationPartReference: apigateway.DocumentationPartReference = {
documentationPartId: 'documentationPartId',
restApiId: 'restApiId',
};
Properties
Name | Type | Description |
---|---|---|
documentation | string | The DocumentationPartId of the DocumentationPart resource. |
rest | string | The RestApiId of the DocumentationPart resource. |
documentationPartId
Type:
string
The DocumentationPartId of the DocumentationPart resource.
restApiId
Type:
string
The RestApiId of the DocumentationPart resource.