All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.burkard.cdk.cxapi.EnvironmentPlaceholderValues.scala Maven / Gradle / Ivy

package io.burkard.cdk.cxapi

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object EnvironmentPlaceholderValues {

  def apply(
    region: String,
    accountId: String,
    partition: String
  ): software.amazon.awscdk.cxapi.EnvironmentPlaceholderValues =
    (new software.amazon.awscdk.cxapi.EnvironmentPlaceholderValues.Builder)
      .region(region)
      .accountId(accountId)
      .partition(partition)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy