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

io.burkard.cdk.services.budgets.cfnBudget.NotificationWithSubscribersProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.budgets.cfnBudget

import scala.collection.JavaConverters._

@scala.annotation.nowarn("cat=deprecation")
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object NotificationWithSubscribersProperty {

  def apply(
    notification: software.amazon.awscdk.services.budgets.CfnBudget.NotificationProperty,
    subscribers: List[_]
  ): software.amazon.awscdk.services.budgets.CfnBudget.NotificationWithSubscribersProperty =
    (new software.amazon.awscdk.services.budgets.CfnBudget.NotificationWithSubscribersProperty.Builder)
      .notification(notification)
      .subscribers(subscribers.asJava)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy