Table of Contents

Class CfnCodeDeployBlueGreenApplicationTarget

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Type of the {@link CfnCodeDeployBlueGreenApplication.target} property.

public class CfnCodeDeployBlueGreenApplicationTarget : ICfnCodeDeployBlueGreenApplicationTarget
Inheritance
CfnCodeDeployBlueGreenApplicationTarget
Implements
Inherited Members

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

Constructors

CfnCodeDeployBlueGreenApplicationTarget()

public CfnCodeDeployBlueGreenApplicationTarget()

Properties

LogicalId

The logical id of the target resource.

public string LogicalId { get; set; }

Property Value

string

Type

The resource type of the target being deployed.

public string Type { get; set; }

Property Value

string

Remarks

Right now, the only allowed value is 'AWS::ECS::Service'.