Provides the details of the StartChildWorkflowExecution decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
Constrain the following parameters by using a Condition element with the appropriate keys.
tagList.member.N – The key is "swf:tagList.N" where N is the tag number from 0 to 4, inclusive.
taskList – String constraint. The key is swf:taskList.name.
workflowType.name – String constraint. The key is swf:workflowType.name.
workflowType.version – String constraint. The key is swf:workflowType.version.
If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Type: objectProperties: 0
AutomationTask CoordinationWorkflow
StartChildWorkflowExecutionDecisionAttributes is a JSON Structure definition published by Amazon Simple Workflow Service.
{
"name": "StartChildWorkflowExecutionDecisionAttributes",
"description": "<p>Provides the details of the <code>StartChildWorkflowExecution</code> decision.</p> <p> <b>Access Control</b> </p> <p>You can use IAM policies to control this decision's access to Amazon SWF resources as follows:</p> <ul> <li> <p>Use a <code>Resource</code> element with the domain name to limit the action to only specified domains.</p> </li> <li> <p>Use an <code>Action</code> element to allow or deny permission to call this action.</p> </li> <li> <p>Constrain the following parameters by using a <code>Condition</code> element with the appropriate keys.</p> <ul> <li> <p> <code>tagList.member.N</code> \u2013 The key is \"swf:tagList.N\" where N is the tag number from 0 to 4, inclusive.</p> </li> <li> <p> <code>taskList</code> \u2013 String constraint. The key is <code>swf:taskList.name</code>.</p> </li> <li> <p> <code>workflowType.name</code> \u2013 String constraint. The key is <code>swf:workflowType.name</code>.</p> </li> <li> <p> <code>workflowType.version</code> \u2013 String constraint. The key is <code>swf:workflowType.version</code>.</p> </li> </ul> </li> </ul> <p>If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's <code>cause</code> parameter is set to <code>OPERATION_NOT_PERMITTED</code>. For details and example IAM policies, see <a href=\"https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html\">Using IAM to Manage Access to Amazon SWF Workflows</a> in the <i>Amazon SWF Developer Guide</i>.</p>",
"type": "object",
"properties": [
{
"name": "workflowType",
"type": "string",
"description": "",
"required": true
},
{
"name": "workflowId",
"type": "string",
"description": "",
"required": true
},
{
"name": "control",
"type": "string",
"description": "",
"required": false
},
{
"name": "input",
"type": "string",
"description": "",
"required": false
},
{
"name": "executionStartToCloseTimeout",
"type": "string",
"description": "",
"required": false
},
{
"name": "taskList",
"type": "string",
"description": "",
"required": false
},
{
"name": "taskPriority",
"type": "string",
"description": "",
"required": false
},
{
"name": "taskStartToCloseTimeout",
"type": "string",
"description": "",
"required": false
},
{
"name": "childPolicy",
"type": "string",
"description": "",
"required": false
},
{
"name": "tagList",
"type": "string",
"description": "",
"required": false
},
{
"name": "lambdaRole",
"type": "string",
"description": "",
"required": false
}
]
}