Package io.quarkus.amazon.common.runtime
Interface LocalStackDevServicesBuildTimeConfig
@ConfigMapping(prefix="quarkus.aws.devservices.localstack")
@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED)
public interface LocalStackDevServicesBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionAdditional services to be started.Generic properties that are pass for additional container configuration.The LocalStack container image to use.Specific container log message to be waiting for localstack init scripts completion.Classpath to init scripts folder executed during localstack startup. initScriptsFolder has higher precedence.Path to init scripts folder executed during localstack startup.port()Optional fixed port localstack will listen to.
-
Method Details
-
imageName
The LocalStack container image to use. -
containerProperties
Generic properties that are pass for additional container configuration. -
initScriptsFolder
Path to init scripts folder executed during localstack startup. -
initScriptsClasspath
Classpath to init scripts folder executed during localstack startup. initScriptsFolder has higher precedence. -
initCompletionMsg
Specific container log message to be waiting for localstack init scripts completion. -
additionalServices
Map<String,DevServicesBuildTimeConfig> additionalServices()Additional services to be started. Use this property if the service you want is not covered by the extension -
port
Optional fixed port localstack will listen to.
-