Class BaseDeploymentConfig
The base class for ServerDeploymentConfig, EcsDeploymentConfig, and LambdaDeploymentConfig deployment configurations.
Inheritance
Inherited Members
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public abstract class BaseDeploymentConfig : Resource, IResource, IBaseDeploymentConfig
Syntax (vb)
Public MustInherit Class BaseDeploymentConfig
Inherits Resource
Implements IResource, IBaseDeploymentConfig
Remarks
Resource: AWS::CodeDeploy::DeploymentConfig
Synopsis
Constructors
BaseDeploymentConfig(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
BaseDeploymentConfig(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
BaseDeploymentConfig(Construct, String, IBaseDeploymentConfigProps) |
Properties
DeploymentConfigArn | The arn of the deployment config. |
DeploymentConfigName | The name of the deployment config. |
Methods
FromDeploymentConfigName(Construct, String, String) | Import a custom Deployment Configuration for a Deployment Group defined outside the CDK. |
Constructors
BaseDeploymentConfig(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected BaseDeploymentConfig(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
BaseDeploymentConfig(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected BaseDeploymentConfig(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
BaseDeploymentConfig(Construct, String, IBaseDeploymentConfigProps)
protected BaseDeploymentConfig(Construct scope, string id, IBaseDeploymentConfigProps props = null)
Parameters
- scope Constructs.Construct
- id System.String
- props IBaseDeploymentConfigProps
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
Methods
FromDeploymentConfigName(Construct, String, String)
Import a custom Deployment Configuration for a Deployment Group defined outside the CDK.
protected static IBaseDeploymentConfig FromDeploymentConfigName(Construct scope, string id, string deploymentConfigName)
Parameters
- scope Constructs.Construct
the parent Construct for this new Construct.
- id System.String
the logical ID of this new Construct.
- deploymentConfigName System.String
the name of the referenced custom Deployment Configuration.
Returns
a Construct representing a reference to an existing custom Deployment Configuration