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

io.burkard.cdk.services.iot.cfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.iot.cfnAccountAuditConfiguration

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

  def apply(
    sns: Option[software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration.AuditNotificationTargetProperty] = None
  ): software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty =
    (new software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty.Builder)
      .sns(sns.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy