Uses of Interface
software.amazon.awscdk.services.sam.CfnHttpApiProps
Packages that use CfnHttpApiProps
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnHttpApiProps in software.amazon.awscdk.services.sam
Classes in software.amazon.awscdk.services.sam that implement CfnHttpApiPropsMethods in software.amazon.awscdk.services.sam that return CfnHttpApiPropsModifier and TypeMethodDescriptionCfnHttpApiProps.Builder.build()
Builds the configured instance.Constructors in software.amazon.awscdk.services.sam with parameters of type CfnHttpApiPropsModifierConstructorDescriptionCfnHttpApi
(Construct scope, String id, CfnHttpApiProps props) Create a newAWS::Serverless::HttpApi
.