Interface IDeploymentConfigReference
A reference to a DeploymentConfig resource.
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDeploymentConfigReference
Syntax (vb)
Public Interface IDeploymentConfigReference
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 deploymentConfigReference = new DeploymentConfigReference {
DeploymentConfigName = "deploymentConfigName"
};
Synopsis
Properties
DeploymentConfigName | The DeploymentConfigName of the DeploymentConfig resource. |
Properties
DeploymentConfigName
The DeploymentConfigName of the DeploymentConfig resource.
string DeploymentConfigName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated