Table of Contents

Interface ICfnCodeDeployBlueGreenApplicationTarget

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

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

string

Type

The resource type of the target being deployed.

string Type { get; }

Property Value

string

Remarks

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