interface ApiReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SAM.ApiReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssam#ApiReference |
Java | software.amazon.awscdk.interfaces.sam.ApiReference |
Python | aws_cdk.interfaces.aws_sam.ApiReference |
TypeScript | aws-cdk-lib » interfaces » aws_sam » ApiReference |
A reference to a Api resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as interfaces_sam } from 'aws-cdk-lib/interfaces';
const apiReference: interfaces_sam.ApiReference = { };

.NET
Go
Java
Python
TypeScript