{
  "url": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsimpleworkflowservice.html",
  "name": "Amazon Simple Workflow Service",
  "prefix": "swf",
  "timestamp": "1775779207",
  "actions": [
    {
      "url": "${APIReferenceDocPage}API_Decision.html",
      "name": "CancelTimer",
      "description": "Grants permission to cancel a previously started timer and record a TimerCanceled event in the history",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "${APIReferenceDocPage}API_Decision.html",
      "name": "CancelWorkflowExecution",
      "description": "Grants permission to close the workflow execution and record a WorkflowExecutionCanceled event in the history",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "${APIReferenceDocPage}API_Decision.html",
      "name": "CompleteWorkflowExecution",
      "description": "Grants permission to close the workflow execution and record a WorkflowExecutionCompleted event in the history",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "${APIReferenceDocPage}API_Decision.html",
      "name": "ContinueAsNewWorkflowExecution",
      "description": "Grants permission to close the workflow execution and start a new workflow execution of the same type using the same workflow ID and a unique run Id",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_CountClosedWorkflowExecutions.html",
      "name": "CountClosedWorkflowExecutions",
      "description": "Grants permission to return the number of closed workflow executions within the given domain that meet the specified filtering criteria",
      "access": "Read",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:tagFilter.tag",
        "swf:typeFilter.name",
        "swf:typeFilter.version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_CountOpenWorkflowExecutions.html",
      "name": "CountOpenWorkflowExecutions",
      "description": "Grants permission to return the number of open workflow executions within the given domain that meet the specified filtering criteria",
      "access": "Read",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:tagFilter.tag",
        "swf:typeFilter.name",
        "swf:typeFilter.version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_CountPendingActivityTasks.html",
      "name": "CountPendingActivityTasks",
      "description": "Grants permission to return the estimated number of activity tasks in the specified task list",
      "access": "Read",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:taskList.name"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_CountPendingDecisionTasks.html",
      "name": "CountPendingDecisionTasks",
      "description": "Grants permission to return the estimated number of decision tasks in the specified task list",
      "access": "Read",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:taskList.name"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_DeleteActivityType.html",
      "name": "DeleteActivityType",
      "description": "Grants permission to delete the specified activity type",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:activityType.name",
        "swf:activityType.version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_DeleteWorkflowType.html",
      "name": "DeleteWorkflowType",
      "description": "Grants permission to delete the specified workflow type",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:workflowType.name",
        "swf:workflowType.version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_DeprecateActivityType.html",
      "name": "DeprecateActivityType",
      "description": "Grants permission to deprecate the specified activity type",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:activityType.name",
        "swf:activityType.version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_DeprecateDomain.html",
      "name": "DeprecateDomain",
      "description": "Grants permission to deprecate the specified domain",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_DeprecateWorkflowType.html",
      "name": "DeprecateWorkflowType",
      "description": "Grants permission to deprecate the specified workflow type",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:workflowType.name",
        "swf:workflowType.version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_DescribeActivityType.html",
      "name": "DescribeActivityType",
      "description": "Grants permission to return information about the specified activity type",
      "access": "Read",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:activityType.name",
        "swf:activityType.version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_DescribeDomain.html",
      "name": "DescribeDomain",
      "description": "Grants permission to return information about the specified domain, including its description and status",
      "access": "Read",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_DescribeWorkflowExecution.html",
      "name": "DescribeWorkflowExecution",
      "description": "Grants permission to return information about the specified workflow execution including its type and some statistics",
      "access": "Read",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_DescribeWorkflowType.html",
      "name": "DescribeWorkflowType",
      "description": "Grants permission to return information about the specified workflow type",
      "access": "Read",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:workflowType.name",
        "swf:workflowType.version"
      ],
      "dependents": []
    },
    {
      "url": "${APIReferenceDocPage}API_Decision.html",
      "name": "FailWorkflowExecution",
      "description": "Grants permission to close the workflow execution and record a WorkflowExecutionFailed event in the history",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_GetWorkflowExecutionHistory.html",
      "name": "GetWorkflowExecutionHistory",
      "description": "Grants permission to return the history of the specified workflow execution",
      "access": "Read",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_ListActivityTypes.html",
      "name": "ListActivityTypes",
      "description": "Grants permission to return information about all activities registered in the specified domain that match the specified name and registration status",
      "access": "List",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_ListClosedWorkflowExecutions.html",
      "name": "ListClosedWorkflowExecutions",
      "description": "Grants permission to return a list of closed workflow executions in the specified domain that meet the filtering criteria",
      "access": "List",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:tagFilter.tag",
        "swf:typeFilter.name",
        "swf:typeFilter.version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_ListDomains.html",
      "name": "ListDomains",
      "description": "Grants permission to return the list of domains registered in the account",
      "access": "List",
      "resources": [],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_ListOpenWorkflowExecutions.html",
      "name": "ListOpenWorkflowExecutions",
      "description": "Grants permission to return a list of open workflow executions in the specified domain that meet the filtering criteria",
      "access": "List",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:tagFilter.tag",
        "swf:typeFilter.name",
        "swf:typeFilter.version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_ListTagsForResource.html",
      "name": "ListTagsForResource",
      "description": "Grants permission to list tags for an AWS SWF resource",
      "access": "List",
      "resources": [
        {
          "name": "domain",
          "is_required": false
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_ListWorkflowTypes.html",
      "name": "ListWorkflowTypes",
      "description": "Grants permission to return information about workflow types in the specified domain",
      "access": "List",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_PollForActivityTask.html",
      "name": "PollForActivityTask",
      "description": "Grants permission to workers to get an ActivityTask from the specified activity taskList",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:taskList.name"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_PollForDecisionTask.html",
      "name": "PollForDecisionTask",
      "description": "Grants permission to deciders to get a DecisionTask from the specified decision taskList",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:taskList.name"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_RecordActivityTaskHeartbeat.html",
      "name": "RecordActivityTaskHeartbeat",
      "description": "Grants permission to workers to report to the service that the ActivityTask represented by the specified taskToken is still making progress",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "${APIReferenceDocPage}API_Decision.html",
      "name": "RecordMarker",
      "description": "Grants permission to record a MarkerRecorded event in the history",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_RegisterActivityType.html",
      "name": "RegisterActivityType",
      "description": "Grants permission to register a new activity type along with its configuration settings in the specified domain",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:defaultTaskList.name",
        "swf:name",
        "swf:version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_RegisterDomain.html",
      "name": "RegisterDomain",
      "description": "Grants permission to register a new domain",
      "access": "Write",
      "resources": [],
      "conditions": [
        "aws:TagKeys",
        "aws:RequestTag/${TagKey}"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_RegisterWorkflowType.html",
      "name": "RegisterWorkflowType",
      "description": "Grants permission to register a new workflow type and its configuration settings in the specified domain",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:defaultTaskList.name",
        "swf:name",
        "swf:version"
      ],
      "dependents": []
    },
    {
      "url": "${APIReferenceDocPage}API_Decision.html",
      "name": "RequestCancelActivityTask",
      "description": "Grants permission to attempt to cancel a previously scheduled activity task",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "${APIReferenceDocPage}API_Decision.html",
      "name": "RequestCancelExternalWorkflowExecution",
      "description": "Grants permission to request that a request be made to cancel the specified external workflow execution",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_RequestCancelWorkflowExecution.html",
      "name": "RequestCancelWorkflowExecution",
      "description": "Grants permission to record a WorkflowExecutionCancelRequested event in the currently running workflow execution identified by the given domain, workflowId, and runId",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_RespondActivityTaskCanceled.html",
      "name": "RespondActivityTaskCanceled",
      "description": "Grants permission to workers to tell the service that the ActivityTask identified by the taskToken was successfully canceled",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_RespondActivityTaskCompleted.html",
      "name": "RespondActivityTaskCompleted",
      "description": "Grants permission to workers to tell the service that the ActivityTask identified by the taskToken completed successfully with a result (if provided)",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:activityType.name",
        "swf:activityType.version",
        "swf:tagList.member.0",
        "swf:tagList.member.1",
        "swf:tagList.member.2",
        "swf:tagList.member.3",
        "swf:tagList.member.4",
        "swf:taskList.name",
        "swf:workflowType.name",
        "swf:workflowType.version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_RespondActivityTaskFailed.html",
      "name": "RespondActivityTaskFailed",
      "description": "Grants permission to workers to tell the service that the ActivityTask identified by the taskToken has failed with reason (if specified)",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_RespondDecisionTaskCompleted.html",
      "name": "RespondDecisionTaskCompleted",
      "description": "Grants permission to deciders to tell the service that the DecisionTask identified by the taskToken has successfully completed",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "${APIReferenceDocPage}API_Decision.html",
      "name": "ScheduleActivityTask",
      "description": "Grants permission to schedule an activity task",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "${APIReferenceDocPage}API_Decision.html",
      "name": "SignalExternalWorkflowExecution",
      "description": "Grants permission to request a signal to be delivered to the specified external workflow execution and records",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_SignalWorkflowExecution.html",
      "name": "SignalWorkflowExecution",
      "description": "Grants permission to record a WorkflowExecutionSignaled event in the workflow execution history and create a decision task for the workflow execution identified by the given domain, workflowId and runId",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "${APIReferenceDocPage}API_Decision.html",
      "name": "StartChildWorkflowExecution",
      "description": "Grants permission to request that a child workflow execution be started",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "${APIReferenceDocPage}API_Decision.html",
      "name": "StartTimer",
      "description": "Grants permission to start a timer for a workflow execution",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_StartWorkflowExecution.html",
      "name": "StartWorkflowExecution",
      "description": "Grants permission to start an execution of the workflow type in the specified domain using the provided workflowId and input data",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:tagList.member.0",
        "swf:tagList.member.1",
        "swf:tagList.member.2",
        "swf:tagList.member.3",
        "swf:tagList.member.4",
        "swf:taskList.name",
        "swf:workflowType.name",
        "swf:workflowType.version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_TagResource.html",
      "name": "TagResource",
      "description": "Grants permission to tag an AWS SWF resource",
      "access": "Tagging",
      "resources": [
        {
          "name": "domain",
          "is_required": false
        }
      ],
      "conditions": [
        "aws:TagKeys",
        "aws:RequestTag/${TagKey}"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_TerminateWorkflowExecution.html",
      "name": "TerminateWorkflowExecution",
      "description": "Grants permission to record a WorkflowExecutionTerminated event and force closure of the workflow execution identified by the given domain, runId, and workflowId",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_UndeprecateActivityType.html",
      "name": "UndeprecateActivityType",
      "description": "Grants permission to undeprecate a previously deprecated activity type",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:activityType.name",
        "swf:activityType.version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_UndeprecateDomain.html",
      "name": "UndeprecateDomain",
      "description": "Grants permission to undeprecate a previously deprecated domain",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_UndeprecateWorkflowType.html",
      "name": "UndeprecateWorkflowType",
      "description": "Grants permission to undeprecate a previously deprecated workflow type",
      "access": "Write",
      "resources": [
        {
          "name": "domain",
          "is_required": true
        }
      ],
      "conditions": [
        "swf:workflowType.name",
        "swf:workflowType.version"
      ],
      "dependents": []
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/apireference/API_UntagResource.html",
      "name": "UntagResource",
      "description": "Grants permission to remove a tag from an AWS SWF resource",
      "access": "Tagging",
      "resources": [
        {
          "name": "domain",
          "is_required": false
        }
      ],
      "conditions": [
        "aws:TagKeys"
      ],
      "dependents": []
    }
  ],
  "resources": [
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-domains.html",
      "name": "domain",
      "arn": "arn:${Partition}:swf::${Account}:/domain/${DomainName}",
      "conditions": [
        "aws:ResourceTag/${TagKey}"
      ]
    }
  ],
  "conditions": [
    {
      "url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag",
      "name": "aws:RequestTag/${TagKey}",
      "description": "Filters access by tag of the request",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag",
      "name": "aws:ResourceTag/${TagKey}",
      "description": "Filters access by tag of the resource",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag",
      "name": "aws:TagKeys",
      "description": "Filters access by tag of the key",
      "type": "ArrayOfString"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:activityType.name",
      "description": "Filters access by the name of the activity type",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:activityType.version",
      "description": "Filters access by the version of the activity type",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:defaultTaskList.name",
      "description": "Filters access by the name of the default task list",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:name",
      "description": "Filters access by the name of activities or workflows",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:tagFilter.tag",
      "description": "Filters access by the value of tagFilter.tag",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:tagList.member.0",
      "description": "Filters access by the specified tag",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:tagList.member.1",
      "description": "Filters access by the specified tag",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:tagList.member.2",
      "description": "Filters access by the specified tag",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:tagList.member.3",
      "description": "Filters access by the specified tag",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:tagList.member.4",
      "description": "Filters access by the specified tag",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:taskList.name",
      "description": "Filters access by the name of the tasklist",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:typeFilter.name",
      "description": "Filters access by the name of the type filter",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:typeFilter.version",
      "description": "Filters access by the version of the type filter",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:version",
      "description": "Filters access by the version of activities or workflows",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:workflowType.name",
      "description": "Filters access by the name of the workflow type",
      "type": "String"
    },
    {
      "url": "https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html##swf-dev-iam.api",
      "name": "swf:workflowType.version",
      "description": "Filters access by the version of the workflow type",
      "type": "String"
    }
  ]
}