Interface ICfnCodeDeployBlueGreenApplicationTarget
Type of the {@link CfnCodeDeployBlueGreenApplication.target} property.
public interface ICfnCodeDeployBlueGreenApplicationTarget
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"
};
Remarks
ExampleMetadata: fixture=_generated
Properties
LogicalId
The logical id of the target resource.
string LogicalId { get; }
Property Value
Type
The resource type of the target being deployed.
string Type { get; }
Property Value
Remarks
Right now, the only allowed value is 'AWS::ECS::Service'.