interface ApiMappingAttributes
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Apigatewayv2.ApiMappingAttributes |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigatewayv2#ApiMappingAttributes |
![]() | software.amazon.awscdk.services.apigatewayv2.ApiMappingAttributes |
![]() | aws_cdk.aws_apigatewayv2.ApiMappingAttributes |
![]() | aws-cdk-lib » aws_apigatewayv2 » ApiMappingAttributes |
The attributes used to import existing ApiMapping.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apigatewayv2 as apigatewayv2 } from 'aws-cdk-lib';
const apiMappingAttributes: apigatewayv2.ApiMappingAttributes = {
apiMappingId: 'apiMappingId',
};
Properties
Name | Type | Description |
---|---|---|
api | string | The API mapping ID. |
apiMappingId
Type:
string
The API mapping ID.