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