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

io.burkard.cdk.services.ecs.cfnCluster.ClusterConfigurationProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.ecs.cfnCluster

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

  def apply(
    executeCommandConfiguration: Option[software.amazon.awscdk.services.ecs.CfnCluster.ExecuteCommandConfigurationProperty] = None
  ): software.amazon.awscdk.services.ecs.CfnCluster.ClusterConfigurationProperty =
    (new software.amazon.awscdk.services.ecs.CfnCluster.ClusterConfigurationProperty.Builder)
      .executeCommandConfiguration(executeCommandConfiguration.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy