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

io.burkard.cdk.services.fsx.cfnFileSystem.UserAndGroupQuotasProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.fsx.cfnFileSystem

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

  def apply(
    `type`: Option[String] = None,
    id: Option[Number] = None,
    storageCapacityQuotaGiB: Option[Number] = None
  ): software.amazon.awscdk.services.fsx.CfnFileSystem.UserAndGroupQuotasProperty =
    (new software.amazon.awscdk.services.fsx.CfnFileSystem.UserAndGroupQuotasProperty.Builder)
      .`type`(`type`.orNull)
      .id(id.orNull)
      .storageCapacityQuotaGiB(storageCapacityQuotaGiB.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy