Class CfnCodeDeployBlueGreenApplicationTarget
Type of the CfnCodeDeployBlueGreenApplication.target property.
Implements
Inherited Members
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCodeDeployBlueGreenApplicationTarget : ICfnCodeDeployBlueGreenApplicationTarget
Syntax (vb)
Public Class CfnCodeDeployBlueGreenApplicationTarget Implements ICfnCodeDeployBlueGreenApplicationTarget
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;
var cfnCodeDeployBlueGreenApplicationTarget = new CfnCodeDeployBlueGreenApplicationTarget {
LogicalId = "logicalId",
Type = "type"
};
Synopsis
Constructors
| CfnCodeDeployBlueGreenApplicationTarget() | Type of the |
Properties
| LogicalId | The logical id of the target resource. |
| Type | The resource type of the target being deployed. |
Constructors
CfnCodeDeployBlueGreenApplicationTarget()
Type of the CfnCodeDeployBlueGreenApplication.target property.
public CfnCodeDeployBlueGreenApplicationTarget()
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;
var cfnCodeDeployBlueGreenApplicationTarget = new CfnCodeDeployBlueGreenApplicationTarget {
LogicalId = "logicalId",
Type = "type"
};
Properties
LogicalId
The logical id of the target resource.
public string LogicalId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
Type
The resource type of the target being deployed.
public string Type { get; set; }
Property Value
Remarks
Right now, the only allowed value is 'AWS::ECS::Service'.