Package

io.jobial

condense

Permalink

package condense

Visibility
  1. Public
  2. All

Type Members

  1. trait CloudformationStack extends CloudformationSupport

    Permalink
  2. trait CloudformationSupport extends ConfigurationUtils with DefaultJsonProtocol with S3Client[IO] with StsClient[IO] with Logging

    Permalink
  3. case class StackContext(stackNamePrefix: String, stackClassName: String, defaultRegion: String, s3Bucket: String, s3Prefix: String, lambdaFile: Option[File], lambdaFileS3Key: Option[String], label: Option[String], dockerImageTags: Option[Map[String, String]], printOnly: Boolean, update: Boolean = false, attributes: Map[String, String] = Map()) extends Product with Serializable

    Permalink

Value Members

  1. object Condense extends CommandLineApp with CloudformationClient[IO] with S3Client[IO] with StsClient[IO] with ConfigurationUtils

    Permalink

Ungrouped