Table of Contents

Interface ICfnCodeDeployBlueGreenApplication

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

The application actually being deployed.

public interface ICfnCodeDeployBlueGreenApplication

Examples

// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK;
             var cfnCodeDeployBlueGreenApplication = new CfnCodeDeployBlueGreenApplication {
                 EcsAttributes = new CfnCodeDeployBlueGreenEcsAttributes {
                     TaskDefinitions = new [] { "taskDefinitions" },
                     TaskSets = new [] { "taskSets" },
                     TrafficRouting = new CfnTrafficRouting {
                         ProdTrafficRoute = new CfnTrafficRoute {
                             LogicalId = "logicalId",
                             Type = "type"
                         },
                         TargetGroups = new [] { "targetGroups" },
                         TestTrafficRoute = new CfnTrafficRoute {
                             LogicalId = "logicalId",
                             Type = "type"
                         }
                     }
                 },
                 Target = new CfnCodeDeployBlueGreenApplicationTarget {
                     LogicalId = "logicalId",
                     Type = "type"
                 }
             };

Remarks

Type of the {@link CfnCodeDeployBlueGreenHookProps.applications} property.

ExampleMetadata: fixture=_generated

Properties

EcsAttributes

The detailed attributes of the deployed target.

ICfnCodeDeployBlueGreenEcsAttributes EcsAttributes { get; }

Property Value

ICfnCodeDeployBlueGreenEcsAttributes

Target

The target that is being deployed.

ICfnCodeDeployBlueGreenApplicationTarget Target { get; }

Property Value

ICfnCodeDeployBlueGreenApplicationTarget