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() @IntrinsicCandidate()
  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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val kinesisEndpoint: String
  20. val kinesisEndpointUri: URI
  21. val kinesisHost: String
  22. val kinesisPort: Int
  23. val kinesisProtocol: Protocol
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val region: AwsRegion
  29. val stsEndpoint: String
  30. val stsEndpointUri: URI
  31. val stsHost: String
  32. val stsPort: Int
  33. val stsProtocol: Protocol
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped