Class LocalStackDynamoDBService
java.lang.Object
io.micronaut.testresources.localstack.dynamodb.LocalStackDynamoDBService
- All Implemented Interfaces:
 LocalStackService
Adds support for Localstack DynamoDB.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns the list of properties that this service can configure.org.testcontainers.containers.localstack.LocalStackContainer.ServiceReturns the service kind.resolveProperty(String propertyName, org.testcontainers.containers.localstack.LocalStackContainer container) Resolves a property. 
- 
Constructor Details
- 
LocalStackDynamoDBService
public LocalStackDynamoDBService() 
 - 
 - 
Method Details
- 
resolveProperty
public Optional<String> resolveProperty(String propertyName, org.testcontainers.containers.localstack.LocalStackContainer container) Description copied from interface:LocalStackServiceResolves a property.- Specified by:
 resolvePropertyin interfaceLocalStackService- Parameters:
 propertyName- the property to resolvecontainer- the localstack container- Returns:
 - the resolved property, if available
 
 - 
getServiceKind
public org.testcontainers.containers.localstack.LocalStackContainer.Service getServiceKind()Description copied from interface:LocalStackServiceReturns the service kind.- Specified by:
 getServiceKindin interfaceLocalStackService- Returns:
 - the service kind.
 
 - 
getResolvableProperties
Description copied from interface:LocalStackServiceReturns the list of properties that this service can configure.- Specified by:
 getResolvablePropertiesin interfaceLocalStackService- Returns:
 - the list of supported properties
 
 
 -