Class LambdaDeploymentConfigImportProps
Properties of a reference to a CodeDeploy Lambda Deployment Configuration.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LambdaDeploymentConfigImportProps : Object, ILambdaDeploymentConfigImportProps
Syntax (vb)
Public Class LambdaDeploymentConfigImportProps
Inherits Object
Implements ILambdaDeploymentConfigImportProps
Remarks
See: LambdaDeploymentConfig# import
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodeDeploy;
var lambdaDeploymentConfigImportProps = new LambdaDeploymentConfigImportProps {
DeploymentConfigName = "deploymentConfigName"
};
Synopsis
Constructors
Lambda |
Properties
Deployment |
The physical, human-readable name of the custom CodeDeploy Lambda Deployment Configuration that we are referencing. |
Constructors
LambdaDeploymentConfigImportProps()
public LambdaDeploymentConfigImportProps()
Properties
DeploymentConfigName
The physical, human-readable name of the custom CodeDeploy Lambda Deployment Configuration that we are referencing.
public string DeploymentConfigName { get; set; }
Property Value
System.