interface ApiMappingReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Apigatewayv2.ApiMappingReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigatewayv2#ApiMappingReference |
![]() | software.amazon.awscdk.services.apigatewayv2.ApiMappingReference |
![]() | aws_cdk.aws_apigatewayv2.ApiMappingReference |
![]() | aws-cdk-lib » aws_apigatewayv2 » ApiMappingReference |
A reference to a ApiMapping resource.
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 apiMappingReference: apigatewayv2.ApiMappingReference = {
apiMappingId: 'apiMappingId',
domainName: 'domainName',
};
Properties
Name | Type | Description |
---|---|---|
api | string | The ApiMappingId of the ApiMapping resource. |
domain | string | The DomainName of the ApiMapping resource. |
apiMappingId
Type:
string
The ApiMappingId of the ApiMapping resource.
domainName
Type:
string
The DomainName of the ApiMapping resource.