All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.faendir.awscdkkt.generated.services.codedeploy.CustomLambdaDeploymentConfigDsl.kt Maven / Gradle / Ivy

There is a newer version: 2.167.1-1.0.1
Show newest version
@file:Suppress("DEPRECATION")

package com.faendir.awscdkkt.generated.services.codedeploy

import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Deprecated
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import software.amazon.awscdk.services.codedeploy.CustomLambdaDeploymentConfig
import software.amazon.awscdk.services.codedeploy.CustomLambdaDeploymentConfigProps
import software.constructs.Construct

@Deprecated(message =
    "software.amazon.awscdk.services.codedeploy.CustomLambdaDeploymentConfig is deprecated in CDK.")
@Generated
public fun Construct.customLambdaDeploymentConfig(
  id: String,
  props: CustomLambdaDeploymentConfigProps,
  initializer: @AwsCdkDsl CustomLambdaDeploymentConfig.() -> Unit = {},
): CustomLambdaDeploymentConfig = CustomLambdaDeploymentConfig(this, id, props).apply(initializer)

@Deprecated(message =
    "software.amazon.awscdk.services.codedeploy.CustomLambdaDeploymentConfig is deprecated in CDK.")
@Generated
public fun Construct.buildCustomLambdaDeploymentConfig(id: String, initializer: @AwsCdkDsl
    CustomLambdaDeploymentConfig.Builder.() -> Unit = {}): CustomLambdaDeploymentConfig =
    CustomLambdaDeploymentConfig.Builder.create(this, id).apply(initializer).build()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy