com.faendir.awscdkkt.generated.services.apigateway.IntegrationResponsePropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.apigateway
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.apigateway.CfnMethod
@Generated
public fun buildIntegrationResponseProperty(initializer: @AwsCdkDsl
CfnMethod.IntegrationResponseProperty.Builder.() -> Unit = {}):
CfnMethod.IntegrationResponseProperty =
CfnMethod.IntegrationResponseProperty.Builder().apply(initializer).build()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy