AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about the target to be updated by an CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.CloudFormationTarget

Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.CodeDeploy.dll
Version: 3.x.y.z

Syntax

C#
public class CloudFormationTarget

The CloudFormationTarget type exposes the following members

Constructors

NameDescription
Public Method CloudFormationTarget()

Properties

NameTypeDescription
Public Property DeploymentId System.String

Gets and sets the property DeploymentId.

The unique ID of an CloudFormation blue/green deployment.

Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

The date and time when the target application was updated by an CloudFormation blue/green deployment.

Public Property LifecycleEvents System.Collections.Generic.List<Amazon.CodeDeploy.Model.LifecycleEvent>

Gets and sets the property LifecycleEvents.

The lifecycle events of the CloudFormation blue/green deployment to this target application.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

The resource type for the CloudFormation blue/green deployment.

Public Property Status Amazon.CodeDeploy.TargetStatus

Gets and sets the property Status.

The status of an CloudFormation blue/green deployment's target application.

Public Property TargetId System.String

Gets and sets the property TargetId.

The unique ID of a deployment target that has a type of CloudFormationTarget.

Public Property TargetVersionWeight System.Double

Gets and sets the property TargetVersionWeight.

The percentage of production traffic that the target version of an CloudFormation blue/green deployment receives.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5