Show / Hide Table of Contents

Class CfnCodeDeployBlueGreenApplicationTarget

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

Inheritance
System.Object
CfnCodeDeployBlueGreenApplicationTarget
Implements
ICfnCodeDeployBlueGreenApplicationTarget
Namespace: Amazon.CDK
Assembly: Amazon.CDK.dll
Syntax (csharp)
public class CfnCodeDeployBlueGreenApplicationTarget : Object, ICfnCodeDeployBlueGreenApplicationTarget
Syntax (vb)
Public Class CfnCodeDeployBlueGreenApplicationTarget
    Inherits Object
    Implements 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;
CfnCodeDeployBlueGreenApplicationTarget cfnCodeDeployBlueGreenApplicationTarget = new CfnCodeDeployBlueGreenApplicationTarget {
    LogicalId = "logicalId",
    Type = "type"
};

Synopsis

Constructors

CfnCodeDeployBlueGreenApplicationTarget()

Properties

LogicalId

The logical id of the target resource.

Type

The resource type of the target being deployed.

Constructors

CfnCodeDeployBlueGreenApplicationTarget()

public CfnCodeDeployBlueGreenApplicationTarget()

Properties

LogicalId

The logical id of the target resource.

public string LogicalId { get; set; }
Property Value

System.String

Type

The resource type of the target being deployed.

public string Type { get; set; }
Property Value

System.String

Remarks

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

Implements

ICfnCodeDeployBlueGreenApplicationTarget
Back to top Generated by DocFX