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

io.burkard.cdk.services.dlm.cfnLifecyclePolicy.CrossRegionCopyRetainRuleProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.dlm.cfnLifecyclePolicy

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

  def apply(
    interval: Number,
    intervalUnit: String
  ): software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.CrossRegionCopyRetainRuleProperty =
    (new software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.CrossRegionCopyRetainRuleProperty.Builder)
      .interval(interval)
      .intervalUnit(intervalUnit)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy