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

io.burkard.cdk.services.ecr.CfnPullThroughCacheRuleProps.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.ecr

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

  def apply(
    ecrRepositoryPrefix: Option[String] = None,
    upstreamRegistryUrl: Option[String] = None
  ): software.amazon.awscdk.services.ecr.CfnPullThroughCacheRuleProps =
    (new software.amazon.awscdk.services.ecr.CfnPullThroughCacheRuleProps.Builder)
      .ecrRepositoryPrefix(ecrRepositoryPrefix.orNull)
      .upstreamRegistryUrl(upstreamRegistryUrl.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy