aws-cdk-lib.aws_codedeploy.LambdaDeploymentConfigImportProps

interface LambdaDeploymentConfigImportProps

LanguageType name
.NETAmazon.CDK.AWS.CodeDeploy.LambdaDeploymentConfigImportProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#LambdaDeploymentConfigImportProps
Javasoftware.amazon.awscdk.services.codedeploy.LambdaDeploymentConfigImportProps
Pythonaws_cdk.aws_codedeploy.LambdaDeploymentConfigImportProps
TypeScript (source)aws-cdk-lib » aws_codedeploy » LambdaDeploymentConfigImportProps

Properties of a reference to a CodeDeploy Lambda Deployment Configuration.

See also: [LambdaDeploymentConfig# import](LambdaDeploymentConfig# import)

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codedeploy as codedeploy } from 'aws-cdk-lib';
const lambdaDeploymentConfigImportProps: codedeploy.LambdaDeploymentConfigImportProps = {
  deploymentConfigName: 'deploymentConfigName',
};

Properties

NameTypeDescription
deploymentConfigNamestringThe physical, human-readable name of the custom CodeDeploy Lambda Deployment Configuration that we are referencing.

deploymentConfigName

Type: string

The physical, human-readable name of the custom CodeDeploy Lambda Deployment Configuration that we are referencing.