interface DocumentationVersionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.DocumentationVersionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#DocumentationVersionReference |
![]() | software.amazon.awscdk.services.apigateway.DocumentationVersionReference |
![]() | aws_cdk.aws_apigateway.DocumentationVersionReference |
![]() | aws-cdk-lib » aws_apigateway » DocumentationVersionReference |
A reference to a DocumentationVersion 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 documentationVersionReference: apigateway.DocumentationVersionReference = {
documentationVersion: 'documentationVersion',
restApiId: 'restApiId',
};
Properties
Name | Type | Description |
---|---|---|
documentation | string | The DocumentationVersion of the DocumentationVersion resource. |
rest | string | The RestApiId of the DocumentationVersion resource. |
documentationVersion
Type:
string
The DocumentationVersion of the DocumentationVersion resource.
restApiId
Type:
string
The RestApiId of the DocumentationVersion resource.