Parameter | Description |
---|---|
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 ID | The ID of the case to retrieve. |
{
"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"
}
]
}
Was this page helpful?