AWS SDK Version 2 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.

.NET Framework 4.5
 
Container for the parameters to the CreateDeployment operation. Runs deployment or stack commands. For more information, see Deploying Apps and Run Stack Commands.

Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.OpsWorks.AmazonOpsWorksRequest
      Amazon.OpsWorks.Model.CreateDeploymentRequest

Namespace: Amazon.OpsWorks.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateDeploymentRequest : AmazonOpsWorksRequest
         IRequestEvents

The CreateDeploymentRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDeploymentRequest()

Properties

NameTypeDescription
Public Property AppId System.String Gets and sets the property AppId.

The app ID. This parameter is required for app deployments, but not for other deployment commands.

Public Property Command Amazon.OpsWorks.Model.DeploymentCommand Gets and sets the property Command.

A DeploymentCommand object that specifies the deployment command and any associated arguments.

Public Property Comment System.String Gets and sets the property Comment.

A user-defined comment.

Public Property CustomJson System.String Gets and sets the property CustomJson.

A string that contains user-defined, custom JSON. It is used to override the corresponding default stack configuration JSON values. The string should be in the following format and must escape characters such as '"':

"{\"key1\": \"value1\", \"key2\": \"value2\",...}"

For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes.

Public Property InstanceIds System.Collections.Generic.List<System.String> Gets and sets the property InstanceIds.

The instance IDs for the deployment targets.

Public Property StackId System.String Gets and sets the property StackId.

The stack ID.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8