Packages

final case class LocalstackConfig(cloudwatchPort: Int, cloudwatchProtocol: Protocol, cloudwatchHost: String, kinesisPort: Int, kinesisProtocol: Protocol, kinesisHost: String, dynamoPort: Int, dynamoProtocol: Protocol, dynamoHost: String, stsPort: Int, stsProtocol: Protocol, stsHost: String, region: AwsRegion) extends Product with Serializable

Configuration loading for Localstack

cloudwatchPort

Port for Cloudwatch in Localstack. Default is 4566

cloudwatchProtocol

Protocol for Cloudwatch in Localstack. Default is https

cloudwatchHost

Host for Cloudwatch in Localstack. Default is localhost

kinesisPort

Port for Kinesis in Localstack. Default is 4566

kinesisProtocol

Protocol for Kinesis in Localstack. Default is https

kinesisHost

Host for Kinesis in Localstack. Default is localhost

dynamoPort

Port for Dynamo in Localstack. Default is 4566

dynamoProtocol

Protocol for Dynamo in Localstack. Default is https

dynamoHost

Host for Dynamo in Localstack. Default is localhost

region

Default region for Localstack. Default is us-east-1

Source
LocalstackConfig.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LocalstackConfig
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LocalstackConfig(cloudwatchPort: Int, cloudwatchProtocol: Protocol, cloudwatchHost: String, kinesisPort: Int, kinesisProtocol: Protocol, kinesisHost: String, dynamoPort: Int, dynamoProtocol: Protocol, dynamoHost: String, stsPort: Int, stsProtocol: Protocol, stsHost: String, region: AwsRegion)

    cloudwatchPort

    Port for Cloudwatch in Localstack. Default is 4566

    cloudwatchProtocol

    Protocol for Cloudwatch in Localstack. Default is https

    cloudwatchHost

    Host for Cloudwatch in Localstack. Default is localhost

    kinesisPort

    Port for Kinesis in Localstack. Default is 4566

    kinesisProtocol

    Protocol for Kinesis in Localstack. Default is https

    kinesisHost

    Host for Kinesis in Localstack. Default is localhost

    dynamoPort

    Port for Dynamo in Localstack. Default is 4566

    dynamoProtocol

    Protocol for Dynamo in Localstack. Default is https

    dynamoHost

    Host for Dynamo in Localstack. Default is localhost

    region

    Default region for Localstack. Default is us-east-1

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. val cloudwatchEndpoint: String
  7. val cloudwatchEndpointUri: URI
  8. val cloudwatchHost: String
  9. val cloudwatchPort: Int
  10. val cloudwatchProtocol: Protocol
  11. val dynamoEndpoint: String
  12. val dynamoEndpointUri: URI
  13. val dynamoHost: String
  14. val dynamoPort: Int
  15. val dynamoProtocol: Protocol
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val kinesisEndpoint: String
  21. val kinesisEndpointUri: URI
  22. val kinesisHost: String
  23. val kinesisPort: Int
  24. val kinesisProtocol: Protocol
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. val region: AwsRegion
  30. val stsEndpoint: String
  31. val stsEndpointUri: URI
  32. val stsHost: String
  33. val stsPort: Int
  34. val stsProtocol: Protocol
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped