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

io.burkard.cdk.services.fsx.cfnVolume.OriginSnapshotProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.fsx.cfnVolume

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

  def apply(
    copyStrategy: String,
    snapshotArn: String
  ): software.amazon.awscdk.services.fsx.CfnVolume.OriginSnapshotProperty =
    (new software.amazon.awscdk.services.fsx.CfnVolume.OriginSnapshotProperty.Builder)
      .copyStrategy(copyStrategy)
      .snapshotArn(snapshotArn)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy