interface HttpApiReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SAM.HttpApiReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssam#HttpApiReference |
Java | software.amazon.awscdk.interfaces.sam.HttpApiReference |
Python | aws_cdk.interfaces.aws_sam.HttpApiReference |
TypeScript | aws-cdk-lib » interfaces » aws_sam » HttpApiReference |
A reference to a HttpApi 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_aws_sam } from 'aws-cdk-lib/interfaces';
const httpApiReference: interfaces_aws_sam.HttpApiReference = { };

.NET
Go
Java
Python
TypeScript