aws-cdk-lib.CfnCodeDeployBlueGreenApplicationTarget

interface CfnCodeDeployBlueGreenApplicationTarget

LanguageType name
.NETAmazon.CDK.CfnCodeDeployBlueGreenApplicationTarget
Gogithub.com/aws/aws-cdk-go/awscdk/v2#CfnCodeDeployBlueGreenApplicationTarget
Javasoftware.amazon.awscdk.CfnCodeDeployBlueGreenApplicationTarget
Pythonaws_cdk.CfnCodeDeployBlueGreenApplicationTarget
TypeScript (source)aws-cdk-lib » CfnCodeDeployBlueGreenApplicationTarget

Type of the CfnCodeDeployBlueGreenApplication.target property.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const cfnCodeDeployBlueGreenApplicationTarget: cdk.CfnCodeDeployBlueGreenApplicationTarget = {
  logicalId: 'logicalId',
  type: 'type',
};

Properties

NameTypeDescription
logicalIdstringThe logical id of the target resource.
typestringThe resource type of the target being deployed.

logicalId

Type: string

The logical id of the target resource.


type

Type: string

The resource type of the target being deployed.

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