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

io.burkard.cdk.services.iot.CfnTopicRuleDestinationProps.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.iot

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

  def apply(
    status: Option[String] = None,
    vpcProperties: Option[software.amazon.awscdk.services.iot.CfnTopicRuleDestination.VpcDestinationPropertiesProperty] = None,
    httpUrlProperties: Option[software.amazon.awscdk.services.iot.CfnTopicRuleDestination.HttpUrlDestinationSummaryProperty] = None
  ): software.amazon.awscdk.services.iot.CfnTopicRuleDestinationProps =
    (new software.amazon.awscdk.services.iot.CfnTopicRuleDestinationProps.Builder)
      .status(status.orNull)
      .vpcProperties(vpcProperties.orNull)
      .httpUrlProperties(httpUrlProperties.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy