Interface LocalStackService
- All Known Implementing Classes:
LocalStackDynamoDBService, LocalStackS3Service, LocalStackSNSService, LocalStackSQSService
public interface LocalStackService
Interface for localstack service loading.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of properties that this service can configure.Returns the service kind.resolveProperty(String propertyName, org.testcontainers.localstack.LocalStackContainer container) Resolves a property.
-
Method Details
-
getServiceKind
-
getResolvableProperties
-
resolveProperty
-