Resource
A resource related to a finding.
Contents
- DataClassification
-
Contains information about sensitive data that was detected on the resource.
Type: DataClassificationDetails object
Required: No
- Details
-
Additional details about the resource related to a finding.
Type: ResourceDetails object
Required: No
- Id
-
The canonical identifier for the given resource type.
Type: String
Pattern:
.*\S.*
Required: Yes
- Partition
-
The canonical AWS partition name that the Region is assigned to.
Type: String
Valid Values:
aws | aws-cn | aws-us-gov
Required: No
- Region
-
The canonical AWS external Region name where this resource is located.
Type: String
Pattern:
.*\S.*
Required: No
- ResourceRole
-
Identifies the role of the resource in the finding. A resource is either the actor or target of the finding activity,
Type: String
Pattern:
.*\S.*
Required: No
- Tags
-
A list of AWS tags associated with a resource at the time the finding was processed.
Type: String to string map
Key Pattern:
.*\S.*
Value Pattern:
.*\S.*
Required: No
- Type
-
The type of the resource that details are provided for. If possible, set
Type
to one of the supported resource types. For example, if the resource is an EC2 instance, then setType
toAwsEc2Instance
.If the resource does not match any of the provided types, then set
Type
toOther
.Type: String
Pattern:
.*\S.*
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: