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
- Alphabetic
- By Inheritance
- LocalstackConfig
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val cloudwatchEndpoint: String
- val cloudwatchEndpointUri: URI
- val cloudwatchHost: String
- val cloudwatchPort: Int
- val cloudwatchProtocol: Protocol
- val dynamoEndpoint: String
- val dynamoEndpointUri: URI
- val dynamoHost: String
- val dynamoPort: Int
- val dynamoProtocol: Protocol
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kinesisEndpoint: String
- val kinesisEndpointUri: URI
- val kinesisHost: String
- val kinesisPort: Int
- val kinesisProtocol: Protocol
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val region: AwsRegion
- val stsEndpoint: String
- val stsEndpointUri: URI
- val stsHost: String
- val stsPort: Int
- val stsProtocol: Protocol
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()