com.faendir.awscdkkt.generated.services.refactorspaces.UriPathRouteInputPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.refactorspaces
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.refactorspaces.CfnRoute
@Generated
public fun buildUriPathRouteInputProperty(initializer: @AwsCdkDsl
CfnRoute.UriPathRouteInputProperty.Builder.() -> Unit = {}): CfnRoute.UriPathRouteInputProperty
= CfnRoute.UriPathRouteInputProperty.Builder().apply(initializer).build()