Show / Hide Table of Contents

Class CustomLambdaDeploymentConfig

A custom Deployment Configuration for a Lambda Deployment Group.

Inheritance
System.Object
Construct
Resource
CustomLambdaDeploymentConfig
Implements
IResource
IConstruct
Constructs.IConstruct
IDependable
ILambdaDeploymentConfig
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.AWS.CodeDeploy.dll
Syntax (csharp)
public class CustomLambdaDeploymentConfig : Resource, IResource, IConstruct, IConstruct, IDependable, ILambdaDeploymentConfig
Syntax (vb)
Public Class CustomLambdaDeploymentConfig
    Inherits Resource
    Implements IResource, IConstruct, IConstruct, IDependable, ILambdaDeploymentConfig
Remarks

Resource: AWS::CodeDeploy::DeploymentGroup

Synopsis

Constructors

CustomLambdaDeploymentConfig(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

CustomLambdaDeploymentConfig(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

CustomLambdaDeploymentConfig(Construct, String, ICustomLambdaDeploymentConfigProps)

Properties

DeploymentConfigArn

The arn of the deployment config.

DeploymentConfigName

The name of the deployment config.

Constructors

CustomLambdaDeploymentConfig(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected CustomLambdaDeploymentConfig(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

CustomLambdaDeploymentConfig(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected CustomLambdaDeploymentConfig(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

CustomLambdaDeploymentConfig(Construct, String, ICustomLambdaDeploymentConfigProps)

public CustomLambdaDeploymentConfig(Construct scope, string id, ICustomLambdaDeploymentConfigProps props)
Parameters
scope Constructs.Construct
id System.String
props ICustomLambdaDeploymentConfigProps

Properties

DeploymentConfigArn

The arn of the deployment config.

public virtual string DeploymentConfigArn { get; }
Property Value

System.String

Remarks

Attribute: true

DeploymentConfigName

The name of the deployment config.

public virtual string DeploymentConfigName { get; }
Property Value

System.String

Remarks

Attribute: true

Implements

IResource
IConstruct
Constructs.IConstruct
IDependable
ILambdaDeploymentConfig
Back to top Generated by DocFX