Get the attributes of a specific case.

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.
Case IDThe ID of the case to retrieve.

Example Output

{
	"actualIncidentStartDate": 0,
	"caseArn": "string",
	"caseAttachments": [
		{
			"attachmentId": "string",
			"attachmentStatus": "string",
			"createdDate": 0,
			"creator": "string",
			"fileName": "string"
		}
	],
	"caseStatus": "string",
	"closedDate": 0,
	"closureCode": "string",
	"createdDate": 0,
	"description": "string",
	"engagementType": "string",
	"impactedAccounts": [
		"string"
	],
	"impactedAwsRegions": [
		{
			"region": "string"
		}
	],
	"impactedServices": [
		"string"
	],
	"lastUpdatedDate": 0,
	"pendingAction": "string",
	"reportedIncidentStartDate": 0,
	"resolverType": "string",
	"threatActorIpAddresses": [
		{
			"ipAddress": "string",
			"userAgent": "string"
		}
	],
	"title": "string",
	"watchers": [
		{
			"email": "string",
			"jobTitle": "string",
			"name": "string"
		}
	]
}

Workflow Library Example

Sir Get Case with Aws and Send Results Via Email

Preview this Workflow on desktop