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