![JAR search and dependency download from the Maven repository](/logo.png)
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