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

io.burkard.cdk.services.backup.CfnBackupSelectionProps.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.backup

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

  def apply(
    backupPlanId: String,
    backupSelection: software.amazon.awscdk.services.backup.CfnBackupSelection.BackupSelectionResourceTypeProperty
  ): software.amazon.awscdk.services.backup.CfnBackupSelectionProps =
    (new software.amazon.awscdk.services.backup.CfnBackupSelectionProps.Builder)
      .backupPlanId(backupPlanId)
      .backupSelection(backupSelection)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy