AwsEfs - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AwsEfs

The following are examples of the Amazon Security Finding Format for AwsEfs resources.

AwsEfsAccessPoint

The AwsEfsAccessPoint object provides details about files stored in Amazon Elastic File System.

The following example shows the Amazon Security Finding Format (ASFF) for the AwsEfsAccessPoint object. To view descriptions of AwsEfsAccessPoint attributes, see AwsEfsAccessPointDetails in the Amazon Security Hub API Reference.

Example

"AwsEfsAccessPoint": { "AccessPointId": "fsap-05c4c0e79ba0b118a", "Arn": "arn:aws-cn:elasticfilesystem:us-east-1:863155670886:access-point/fsap-05c4c0e79ba0b118a", "ClientToken": "AccessPointCompliant-ASk06ZZSXsEp", "FileSystemId": "fs-0f8137f731cb32146", "PosixUser": { "Gid": "1000", "SecondaryGids": ["0", "4294967295"], "Uid": "1234" }, "RootDirectory": { "CreationInfo": { "OwnerGid": "1000", "OwnerUid": "1234", "Permissions": "777" }, "Path": "/tmp/example" } }