io.burkard.cdk.services.ecs.AppMeshProxyConfigurationConfigProps.scala Maven / Gradle / Ivy
The newest version!
package io.burkard.cdk.services.ecs
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object AppMeshProxyConfigurationConfigProps {
def apply(
properties: software.amazon.awscdk.services.ecs.AppMeshProxyConfigurationProps,
containerName: String
): software.amazon.awscdk.services.ecs.AppMeshProxyConfigurationConfigProps =
(new software.amazon.awscdk.services.ecs.AppMeshProxyConfigurationConfigProps.Builder)
.properties(properties)
.containerName(containerName)
.build()
}