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

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

package io.burkard.cdk.services.ecr

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

  def apply(
    replicationConfiguration: software.amazon.awscdk.services.ecr.CfnReplicationConfiguration.ReplicationConfigurationProperty
  ): software.amazon.awscdk.services.ecr.CfnReplicationConfigurationProps =
    (new software.amazon.awscdk.services.ecr.CfnReplicationConfigurationProps.Builder)
      .replicationConfiguration(replicationConfiguration)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy