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

io.burkard.cdk.services.refactorspaces.cfnRoute.DefaultRouteInputProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.refactorspaces.cfnRoute

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

  def apply(
    activationState: String
  ): software.amazon.awscdk.services.refactorspaces.CfnRoute.DefaultRouteInputProperty =
    (new software.amazon.awscdk.services.refactorspaces.CfnRoute.DefaultRouteInputProperty.Builder)
      .activationState(activationState)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy