Show / Hide Table of Contents

Interface ILambdaApplication

Represents a reference to a CodeDeploy Application deploying to AWS Lambda.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILambdaApplication : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface ILambdaApplication Inherits IResource, IConstruct, IDependable
Remarks

If you're managing the Application alongside the rest of your CDK resources, use the LambdaApplication class.

If you want to reference an already existing Application, or one defined in a different CDK Stack, use the LambdaApplication#fromLambdaApplicationName method.

Synopsis

Properties

ApplicationArn

Represents a reference to a CodeDeploy Application deploying to AWS Lambda.

ApplicationName

Represents a reference to a CodeDeploy Application deploying to AWS Lambda.

Properties

ApplicationArn

Represents a reference to a CodeDeploy Application deploying to AWS Lambda.

string ApplicationArn { get; }
Property Value

string

Remarks

Attribute: true

ApplicationName

Represents a reference to a CodeDeploy Application deploying to AWS Lambda.

string ApplicationName { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX