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

io.burkard.cdk.services.s3.cfnBucket.ReplicationTimeProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.s3.cfnBucket

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

  def apply(
    status: String,
    time: software.amazon.awscdk.services.s3.CfnBucket.ReplicationTimeValueProperty
  ): software.amazon.awscdk.services.s3.CfnBucket.ReplicationTimeProperty =
    (new software.amazon.awscdk.services.s3.CfnBucket.ReplicationTimeProperty.Builder)
      .status(status)
      .time(time)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy