Show / Hide Table of Contents

Interface ICfnCodeDeployBlueGreenApplicationTarget

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

Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public interface ICfnCodeDeployBlueGreenApplicationTarget
Syntax (vb)
Public Interface 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

Properties

LogicalId

The logical id of the target resource.

Type

The resource type of the target being deployed.

Properties

LogicalId

The logical id of the target resource.

string LogicalId { get; }
Property Value

System.String

Type

The resource type of the target being deployed.

string Type { get; }
Property Value

System.String

Remarks

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

Back to top Generated by DocFX