Class LocalStackS3Service
java.lang.Object
io.micronaut.testresources.localstack.s3.LocalStackS3Service
- All Implemented Interfaces:
 LocalStackService
Adds support for Localstack S3.
- 
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
- 
LocalStackS3Service
public LocalStackS3Service() 
 - 
 - 
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
 
 
 -