Show / Hide Table of Contents

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.

string? ApplicationName { get; }
Property Value

string

Remarks

Default: an auto-generated name will be used

Back to top Generated by DocFX