Class BaseDeploymentConfigOptions
Construction properties of BaseDeploymentConfig
.
Inheritance
System.Object
BaseDeploymentConfigOptions
Implements
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class BaseDeploymentConfigOptions : Object, IBaseDeploymentConfigOptions
Syntax (vb)
Public Class BaseDeploymentConfigOptions
Inherits Object
Implements IBaseDeploymentConfigOptions
Remarks
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.AWS.CodeDeploy;
var baseDeploymentConfigOptions = new BaseDeploymentConfigOptions {
DeploymentConfigName = "deploymentConfigName"
};
Synopsis
Constructors
BaseDeploymentConfigOptions() |
Properties
DeploymentConfigName | The physical, human-readable name of the Deployment Configuration. |
Constructors
BaseDeploymentConfigOptions()
public BaseDeploymentConfigOptions()
Properties
DeploymentConfigName
The physical, human-readable name of the Deployment Configuration.
public string DeploymentConfigName { get; set; }
Property Value
System.String
Remarks
Default: - automatically generated name