List all accessible cases.

External Documentation

To learn more, visit the AWS documentation.

Parameters

ParameterDescription
AWS Region(s)A comma-separated list of AWS region(s) where this action will be executed.

For example, to execute in US East and Europe, enter us-east-1,eu-west-1.

Alternatively, you can use the asterisk symbol * to run the action in all available AWS Regions.
Max ResultsThe maximum number of results to return per page for each region.

Valid values range from 1 to 25.
Next TokenA pagination token for retrieving subsequent pages of results. Can be obtained from the nextToken field in the previous response.

Note: This parameter can only be used when a single region is specified.

Example Output

{
	"items": [
		{
			"caseArn": "string",
			"caseId": "string",
			"caseStatus": "string",
			"closedDate": 0,
			"createdDate": 0,
			"engagementType": "string",
			"lastUpdatedDate": 0,
			"pendingAction": "string",
			"resolverType": "string",
			"title": "string"
		}
	],
	"nextToken": "string",
	"total": 0
}

Workflow Library Example

Sir List Cases with Aws and Send Results Via Email

Preview this Workflow on desktop