Interface BorrowedLocalStackContainer


  • public interface BorrowedLocalStackContainer
    Exposes configuration of an existing localstack container borrowed from another application
    • Method Detail

      • getEndpointOverride

        URI getEndpointOverride​(org.testcontainers.containers.localstack.LocalStackContainer.EnabledService enabledService)
      • getRegion

        String getRegion()
      • getAccessKey

        String getAccessKey()
      • getSecretKey

        String getSecretKey()