FindingSummary
Contains information about a finding.
Contents
- analyzedAt
-
The time at which the resource-based policy that generated the finding was analyzed.
Type: Timestamp
Required: Yes
- condition
-
The condition in the analyzed policy statement that resulted in a finding.
Type: String to string map
Required: Yes
- createdAt
-
The time at which the finding was created.
Type: Timestamp
Required: Yes
- id
-
The ID of the finding.
Type: String
Required: Yes
- resourceOwnerAccount
-
The AWS account ID that owns the resource.
Type: String
Required: Yes
- resourceType
-
The type of the resource that the external principal has access to.
Type: String
Valid Values:
AWS::S3::Bucket | AWS::IAM::Role | AWS::SQS::Queue | AWS::Lambda::Function | AWS::Lambda::LayerVersion | AWS::KMS::Key | AWS::SecretsManager::Secret | AWS::EFS::FileSystem | AWS::EC2::Snapshot | AWS::ECR::Repository | AWS::RDS::DBSnapshot | AWS::RDS::DBClusterSnapshot | AWS::SNS::Topic | AWS::S3Express::DirectoryBucket | AWS::DynamoDB::Table | AWS::DynamoDB::Stream | AWS::IAM::User
Required: Yes
- status
-
The status of the finding.
Type: String
Valid Values:
ACTIVE | ARCHIVED | RESOLVED
Required: Yes
- updatedAt
-
The time at which the finding was most recently updated.
Type: Timestamp
Required: Yes
- action
-
The action in the analyzed policy statement that an external principal has permission to use.
Type: Array of strings
Required: No
- error
-
The error that resulted in an Error finding.
Type: String
Required: No
- isPublic
-
Indicates whether the finding reports a resource that has a policy that allows public access.
Type: Boolean
Required: No
- principal
-
The external principal that has access to a resource within the zone of trust.
Type: String to string map
Required: No
- resource
-
The resource that the external principal has access to.
Type: String
Required: No
- resourceControlPolicyRestriction
-
The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).
Type: String
Valid Values:
APPLICABLE | FAILED_TO_EVALUATE_RCP | NOT_APPLICABLE
Required: No
- sources
-
The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.
Type: Array of FindingSource objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: