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