Uses of Record Class
com.cloudforgeci.api.deploy.DeployOptions
Packages that use DeployOptions
Package
Description
Central deploy orchestration for CloudForge local and (future) AWS targets.
-
Uses of DeployOptions in com.cloudforgeci.api.deploy
Methods in com.cloudforgeci.api.deploy that return DeployOptionsModifier and TypeMethodDescriptionstatic DeployOptionsDeployOptions.defaults()DeploymentRequest.options()Returns the value of theoptionsrecord component.DeployOptions.withCredentialsOverride(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsOverride) Credentials to use instead of the default chain for real-AWS calls — any caller needing to act as a different principal (e.g.DeployOptions.withoutCatalog()Constructors in com.cloudforgeci.api.deploy with parameters of type DeployOptionsModifierConstructorDescriptionDeploymentRequest(DeploymentConfig config, DeploymentTarget target, DeployMode mode, Path canonicalTemplate, Path outputDirectory, DeployOptions options) Creates an instance of aDeploymentRequestrecord class.