interface IHttpApiRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.IHttpApiRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#IHttpApiRef |
Java | software.amazon.awscdk.services.sam.IHttpApiRef |
Python | aws_cdk.aws_sam.IHttpApiRef |
TypeScript | aws-cdk-lib » aws_sam » IHttpApiRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a HttpApi.
Properties
| Name | Type | Description |
|---|---|---|
| http | Http | A reference to a HttpApi resource. |
| node | Node | The tree node. |
httpApiRef
Type:
Http
A reference to a HttpApi resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript