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.

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.OpsWorks.dll
Version: 3.x.y.z

Syntax

C#
public class CreateDeploymentRequest : AmazonOpsWorksRequest
         IAmazonWebServiceRequest

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. You can use this parameter to override some corresponding default stack configuration JSON values. The string should be in the following format:

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

For more information about custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes and Overriding Attributes With Custom JSON.

Public Property InstanceIds System.Collections.Generic.List<System.String>

Gets and sets the property InstanceIds.

The instance IDs for the deployment targets.

Public Property LayerIds System.Collections.Generic.List<System.String>

Gets and sets the property LayerIds.

The layer IDs for the deployment targets.

Public Property StackId System.String

Gets and sets the property StackId.

The stack ID.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5