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

io.burkard.cdk.services.gamelift.cfnAlias.RoutingStrategyProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.gamelift.cfnAlias

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

  def apply(
    `type`: String,
    message: Option[String] = None,
    fleetId: Option[String] = None
  ): software.amazon.awscdk.services.gamelift.CfnAlias.RoutingStrategyProperty =
    (new software.amazon.awscdk.services.gamelift.CfnAlias.RoutingStrategyProperty.Builder)
      .`type`(`type`)
      .message(message.orNull)
      .fleetId(fleetId.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy