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.
Namespace: Amazon.OpsWorks.Model
Assembly: AWSSDK.OpsWorks.dll
Version: 3.x.y.z
public class CreateDeploymentRequest : AmazonOpsWorksRequest IAmazonWebServiceRequest
The CreateDeploymentRequest type exposes the following members
Name | Description | |
---|---|---|
CreateDeploymentRequest() |
Name | Type | Description | |
---|---|---|---|
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. |
|
Command | Amazon.OpsWorks.Model.DeploymentCommand |
Gets and sets the property Command.
A |
|
Comment | System.String |
Gets and sets the property Comment. A user-defined comment. |
|
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:
For more information about custom JSON, see Use Custom JSON to Modify the Stack Configuration Attributes and Overriding Attributes With Custom JSON. |
|
InstanceIds | System.Collections.Generic.List<System.String> |
Gets and sets the property InstanceIds. The instance IDs for the deployment targets. |
|
LayerIds | System.Collections.Generic.List<System.String> |
Gets and sets the property LayerIds. The layer IDs for the deployment targets. |
|
StackId | System.String |
Gets and sets the property StackId. The stack ID. |
.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