interface CfnCodeDeployBlueGreenApplicationTarget
Language | Type name |
---|---|
![]() | Amazon.CDK.CfnCodeDeployBlueGreenApplicationTarget |
![]() | software.amazon.awscdk.core.CfnCodeDeployBlueGreenApplicationTarget |
![]() | aws_cdk.core.CfnCodeDeployBlueGreenApplicationTarget |
![]() | @aws-cdk/core » CfnCodeDeployBlueGreenApplicationTarget |
Type of the {@link 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/core';
const cfnCodeDeployBlueGreenApplicationTarget: cdk.CfnCodeDeployBlueGreenApplicationTarget = {
logicalId: 'logicalId',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
logical | string | The logical id of the target resource. |
type | string | The 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'.