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

io.burkard.cdk.services.amazonmq.ConfigurationIdProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.amazonmq

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

  def apply(
    id: String,
    revision: Number
  ): software.amazon.awscdk.services.amazonmq.CfnBroker.ConfigurationIdProperty =
    (new software.amazon.awscdk.services.amazonmq.CfnBroker.ConfigurationIdProperty.Builder)
      .id(id)
      .revision(revision)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy