Interface ILambdaApplicationProps
Construction properties for LambdaApplication
.
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILambdaApplicationProps
Syntax (vb)
Public Interface ILambdaApplicationProps
Remarks
ExampleMetadata: infused
Examples
var application = new LambdaApplication(this, "CodeDeployApplication", new LambdaApplicationProps {
ApplicationName = "MyApplication"
});
Synopsis
Properties
ApplicationName | The physical, human-readable name of the CodeDeploy Application. |
Properties
ApplicationName
The physical, human-readable name of the CodeDeploy Application.
virtual string ApplicationName { get; }
Property Value
System.String
Remarks
Default: an auto-generated name will be used