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