@ConfigurationProperties(value="embedded.localstack") public class LocalStackProperties extends CommonContainerProperties
CommonContainerProperties.CopyFileProperties| Modifier and Type | Field and Description |
|---|---|
static String |
BEAN_NAME_EMBEDDED_LOCALSTACK |
String |
defaultRegion |
String |
dockerImage |
int |
edgePort |
String |
hostname |
String |
hostnameExternal |
Collection<org.testcontainers.containers.localstack.LocalStackContainer.Service> |
services |
boolean |
useSsl |
| Constructor and Description |
|---|
LocalStackProperties() |
canEqual, equals, getCommand, getEnv, getFilesToInclude, getTimeoutDuration, getWaitTimeoutInSeconds, hashCode, isEnabled, isReuseContainer, setCommand, setEnabled, setEnv, setFilesToInclude, setReuseContainer, setWaitTimeoutInSeconds, toStringpublic static final String BEAN_NAME_EMBEDDED_LOCALSTACK
public Collection<org.testcontainers.containers.localstack.LocalStackContainer.Service> services
public int edgePort
public String defaultRegion
public String hostname
public String hostnameExternal
public String dockerImage
public boolean useSsl
Copyright © 2021. All rights reserved.