Uses of Class
com.cloudforgeci.api.ingress.AlbFactory
Packages that use AlbFactory
-
Uses of AlbFactory in com.cloudforgeci.api.compute
Methods in com.cloudforgeci.api.compute that return AlbFactoryModifier and TypeMethodDescriptionApplicationFactory.ApplicationSystem.alb()Returns the value of thealbrecord component.Constructors in com.cloudforgeci.api.compute with parameters of type AlbFactoryModifierConstructorDescriptionApplicationSystem(VpcFactory vpc, AlbFactory alb, EfsFactory efs) Creates an instance of aApplicationSystemrecord class. -
Uses of AlbFactory in com.cloudforgeci.api.core
Methods in com.cloudforgeci.api.core that return AlbFactoryModifier and TypeMethodDescriptionSystemContext.InfrastructureFactories.alb()Returns the value of thealbrecord component.SystemContext.createAlbFactory(software.constructs.Construct scope, String idPrefix) Creates an ALB factory with proper context injection.Constructors in com.cloudforgeci.api.core with parameters of type AlbFactoryModifierConstructorDescriptionInfrastructureFactories(VpcFactory vpc, AlbFactory alb, EfsFactory efs, LoggingCwFactory logging) Creates an instance of aInfrastructureFactoriesrecord class.