Class CustomLambdaDeploymentConfig
(deprecated) A custom Deployment Configuration for a Lambda Deployment Group.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CustomLambdaDeploymentConfig : Resource, IResource, ILambdaDeploymentConfig, IBaseDeploymentConfig
Syntax (vb)
Public Class CustomLambdaDeploymentConfig
Inherits Resource
Implements IResource, ILambdaDeploymentConfig, IBaseDeploymentConfig
Remarks
Stability: Deprecated
Resource: AWS::CodeDeploy::DeploymentGroup
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;
using Amazon.CDK.AWS.CodeDeploy;
var customLambdaDeploymentConfig = new CustomLambdaDeploymentConfig(this, "MyCustomLambdaDeploymentConfig", new CustomLambdaDeploymentConfigProps {
Interval = Duration.Minutes(30),
Percentage = 123,
Type = CustomLambdaDeploymentConfigType.CANARY,
// the properties below are optional
DeploymentConfigName = "deploymentConfigName"
});
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 | (deprecated) The arn of the deployment config. |
DeploymentConfigName | (deprecated) 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
Remarks
Stability: Deprecated
Properties
DeploymentConfigArn
(deprecated) The arn of the deployment config.
public virtual string DeploymentConfigArn { get; }
Property Value
System.String
Remarks
Stability: Deprecated
Attribute: true
DeploymentConfigName
(deprecated) The name of the deployment config.
public virtual string DeploymentConfigName { get; }
Property Value
System.String
Remarks
Stability: Deprecated
Attribute: true