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 deployment target.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.DeploymentTarget

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

Syntax

C#
public class DeploymentTarget

The DeploymentTarget type exposes the following members

Constructors

NameDescription
Public Method DeploymentTarget()

Properties

NameTypeDescription
Public Property CloudFormationTarget Amazon.CodeDeploy.Model.CloudFormationTarget

Gets and sets the property CloudFormationTarget.

Public Property DeploymentTargetType Amazon.CodeDeploy.DeploymentTargetType

Gets and sets the property DeploymentTargetType.

The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.

Public Property EcsTarget Amazon.CodeDeploy.Model.ECSTarget

Gets and sets the property EcsTarget.

Information about the target for a deployment that uses the Amazon ECS compute platform.

Public Property InstanceTarget Amazon.CodeDeploy.Model.InstanceTarget

Gets and sets the property InstanceTarget.

Information about the target for a deployment that uses the EC2/On-premises compute platform.

Public Property LambdaTarget Amazon.CodeDeploy.Model.LambdaTarget

Gets and sets the property LambdaTarget.

Information about the target for a deployment that uses the Lambda compute platform.

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