Uses of Record Class
com.cloudforgeci.api.compute.ApplicationFactory.ApplicationSystem
Packages that use ApplicationFactory.ApplicationSystem
-
Uses of ApplicationFactory.ApplicationSystem in com.cloudforgeci.api.compute
Methods in com.cloudforgeci.api.compute that return ApplicationFactory.ApplicationSystemModifier and TypeMethodDescriptionApplicationFactory.createEc2(software.constructs.Construct scope, String id, DeploymentContext cfc, SecurityProfile security, IAMProfile iamProfile, ApplicationSpec applicationSpec) Static helper method for creating an EC2-based application deployment with explicit IAM profile.ApplicationFactory.createEc2(software.constructs.Construct scope, String id, DeploymentContext cfc, SecurityProfile security, ApplicationSpec applicationSpec) Creates an EC2-based application deployment with specific security profile.ApplicationFactory.createEc2(software.constructs.Construct scope, String id, DeploymentContext cfc, ApplicationSpec applicationSpec) Creates an EC2-based application deployment.ApplicationFactory.createFargate(software.constructs.Construct scope, String id, DeploymentContext cfc, SecurityProfile security, IAMProfile iamProfile, ApplicationSpec applicationSpec) Static helper method for creating a Fargate-based application deployment with explicit IAM profile.ApplicationFactory.createFargate(software.constructs.Construct scope, String id, DeploymentContext cfc, SecurityProfile security, ApplicationSpec applicationSpec) Static helper method for creating a Fargate-based application deployment with specific security profile.ApplicationFactory.createFargate(software.constructs.Construct scope, String id, DeploymentContext cfc, ApplicationSpec applicationSpec) Static helper method for creating a Fargate-based application deployment.