View source: R/opsworks_operations.R
opsworks_create_deployment | R Documentation |
Runs deployment or stack commands. For more information, see Deploying Apps and Run Stack Commands.
See https://www.paws-r-sdk.com/docs/opsworks_create_deployment/ for full documentation.
opsworks_create_deployment(
StackId,
AppId = NULL,
InstanceIds = NULL,
LayerIds = NULL,
Command,
Comment = NULL,
CustomJson = NULL
)
StackId |
[required] The stack ID. |
AppId |
The app ID. This parameter is required for app deployments, but not for other deployment commands. |
InstanceIds |
The instance IDs for the deployment targets. |
LayerIds |
The layer IDs for the deployment targets. |
Command |
[required] A |
Comment |
A user-defined comment. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.