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

io.burkard.cdk.services.greengrassv2.cfnComponentVersion.LambdaDeviceMountProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.greengrassv2.cfnComponentVersion

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

  def apply(
    path: Option[String] = None,
    permission: Option[String] = None,
    addGroupOwner: Option[Boolean] = None
  ): software.amazon.awscdk.services.greengrassv2.CfnComponentVersion.LambdaDeviceMountProperty =
    (new software.amazon.awscdk.services.greengrassv2.CfnComponentVersion.LambdaDeviceMountProperty.Builder)
      .path(path.orNull)
      .permission(permission.orNull)
      .addGroupOwner(addGroupOwner.map(Boolean.box).orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy