Skip to main content

Datasource Metadata

This topic lists the datasources and metadata supported by the Lacework Policy Platform.

Agent Datasources

LW_HA_CONNECTION_SUMMARY

Summary of connections

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
SRC_ENTITY_TYPEStringType of entity initiating the connection
SRC_ENTITY_IDJSONIdentifier for entity initiating the connection
DST_ENTITY_TYPEStringType of entity accepting the connection
DST_ENTITY_IDJSONIdentifier for entity accepting the connection
SRC_IN_BYTESNumberBytes received by entity initiating the connection
SRC_OUT_BYTESNumberBytes sent by entity initiating the connection
DST_IN_BYTESNumberBytes received by entity accepting the connection
DST_OUT_BYTESNumberBytes sent by entity accepting the connection
ENDPOINT_DETAILSJSONArray of endpoint information (IPs, ports, protocol) for individual connections between entities
NUM_CONNSNumberTotal number of connections between source and destination entities

LW_HA_DNS_REQUESTS

DNS Request information

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
RECORD_CREATED_TIMETimestampRecord creation time
MIDNumberMachine identifier reporting the activity
SRV_IP_ADDRStringIP address of DNS Server
HOSTNAMEStringHostname that is being looked up
HOST_IP_ADDRStringResolved IP address of hostname
TTLNumberTime to live for name resolution
PKTLENNumberLength of response packet

LW_HA_FILE_CHANGES

Details about file changes

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
ACTIVITY_START_TIMETimestampStart Time for activity occurring
ACTIVITY_END_TIMETimestampEnd Time for activity occurring
MIDNumberMachine identifier where the file resides
PATHStringFile path
ACTIVITYStringType of activity that occurred
FILEDATA_HASHStringHash key of file contents
LAST_MODIFIED_TIMETimestampLast modified time of file
SIZENumberSize of file

LW_HA_SYSCALLS_EXEC

System call exec activity

Column NameData TypeDescription
BATCH_START_TIMETIMESTAMPBeginning of time interval
BATCH_END_TIMETIMESTAMPEnd of time interval
BATCH_IDSTRINGIdentifier of insertion batch from agent. Useful for matching possibly related records.
RECORD_CREATED_TIMETIMESTAMPRecord creation time
MIDNUMBERMachine identifier
EXE_PATHSTRINGExecutable path that was launched
PIDNUMBERIdentifier of the process that performed the syscall
PID_HASHNUMBERProcess hash of the process that performed the syscall
PPIDNUMBERParent process identifier assigned by OS
PPID_HASHNUMBERUnique identifier for parent process
CMDLINESTRINGFull command line for the execution call
UIDNUMBERUser identifier of process
GIDNumberGroup identifier of process
COUNTNumberNumber of repeated operations represented by this record
OSSTRINGOperating system

LW_HA_SYSCALLS_FILE

System call file activity

Column NameData TypeDescription
BATCH_START_TIMETIMESTAMPBeginning of time interval
BATCH_END_TIMETIMESTAMPEnd of time interval
BATCH_IDSTRINGIdentifier of insertion batch from agent. Useful for matching possibly related records.
RECORD_CREATED_TIMETIMESTAMPRecord creation time
MIDNUMBERMachine identifier
TARGET_TYPESTRINGType of the TARGET_PATH value ('file' or 'directory')
TARGET_OPSTRINGOperation performed on the target
TARGET_PATHSTRINGPath affected by the operation
WATCH_PATHSTRINGPath being monitored for activity
PIDNUMBERIdentifier of the process that performed the syscall
PID_HASHNUMBERProcess hash of the process that performed the syscall
PPIDNUMBERParent process identifier assigned by OS
PPID_HASHNUMBERUnique identifier for parent process
UIDNUMBERUser identifier of process
GIDNumberGroup identifier of process
COUNTNumberNumber of repeated operations represented by this record
OSSTRINGOperating system

LW_HA_USER_LOGINS

Details about user logins

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
RECORD_CREATED_TIMETimestampRecord creation time
LOGIN_TIMETimestampTime user login occurred
LOGOFF_TIMETimestampTime user logoff occurred (NULL for TYPE = 'LOGIN')
EVENT_TYPEStringType of event ('LOGIN' or 'LOGOFF')
MIDNumberMachine identifier reporting the activity
USERNAMEStringUsername of the user logging in or off
HOSTNAMEStringHostname from which activity originated (or IP address if hostname is unknown)
IP_ADDRStringIP address from which activity originated
TTYStringTerminal into which user login occurred
UIDNumberIdentifier of user
GIDNumberGroup identifier of user

LW_HA_WIN_REGISTRY

Windows registry activity

Column NameData TypeDescription
BATCH_START_TIMETIMESTAMPBeginning of time interval
BATCH_END_TIMETIMESTAMPEnd of time interval
MIDNUMBERMachine identifier
KEY_PATHSTRINGRegistry key path
VALUE_NAMESTRINGRegistry value name
VALUE_DATASTRINGRegistry value data
VALUE_DATA_TYPESTRINGRegistry value data type: string, multi-string, binaru, int64
OLD_NAMESTRINGPrevious registry key path (when operation is RENAME_KEY)
MODIFIED_TIMETIMESTAMPTimestamp of the activity
OPERATIONSTRINGRegistry modifying operation: CREATE_KEY, RENAME_KEY, DELETE_KEY, DELETE_VALUE, SET_VALUE
PIDNUMBERPID of the process that performed the operation
PID_HASHNUMBERPID hash of the process that performed the operation
EXE_PATHSTRINGExecutable path associated with registry activity
USERNAMESTRINGUsername associated with the registry activity
HOSTNAMESTRINGHostname associated with the registry activity

LW_HE_ACCESS_SSH_AUTHORIZED_KEYS

Public SSH key entries in authorized_keys files from agentless disk scanning

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
BATCH_IDStringId of insertion batch from the scanner. Useful for matching possibly related records.
RECORD_CREATED_TIMETimestampRecord creation time
MIDNumberMachine ID
HOSTNAMEStringHostname for the Machine where the detected key was found
IS_IN_CONTAINERStringWhether the detected key was known to be from a container image, NULL if unknown
CONTAINER_KEYJSONContainer image and layer from which the detected key originated if known
FILE_PATHStringFile path for the detected key
FILE_PERMISSIONSNumberFile permissions mask
FILE_CREATED_TIMETimestampCreated time of file
FILE_MODIFIED_TIMETimestampLast modified time of file
FILE_ACCESSED_TIMETimestampLast access time of file
OWNER_UIDTimestampFile owner user ID
OWNER_GIDTimestampFile owner group ID
SSH_KEY_TYPEStringType of SSH key
FINGERPRINT_OPENSSH_MD5StringOpenSSH MD5 fingerprint format
FINGERPRINT_OPENSSH_SHA256StringOpenSSH SHA256 fingerprint format
FINGERPRINT_RSA_MD5StringRSA MD5 fingerprint format

LW_HE_CONTAINERS

Details about each host container

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
RECORD_CREATED_TIMETimestampRecord creation time
CONTAINER_START_TIMETimestampTime the container started
MIDNumberMachine identifier of the container
CONTAINER_IDStringUnique identifier for container
CONTAINER_TYPEStringType of container
IMAGE_IDStringID of the machine image this container is using
CONTAINER_NAMEStringName of the container
PRIVILEGEDNumberIndicates whether the container is privileged. (1 = privileged, 0 = not privileged)
NETWORK_MODEStringMode the network is running in
PID_MODEStringMode for process iDs
IPV4String4-byte IP address
IPV6String6-byte IP address
LISTEN_PORT_MAPJSONMappings for listening ports
VOLUME_MAPJSONFilesystem volume map
REPOStringRepository this container came from
TAGStringTag for the container
PROPS_LABELJSONContainer labels
PROPS_ENVJSONContainer environment settings

LW_HE_FILES

Details about files on hosts

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
RECORD_CREATED_TIMETimestampRecord creation time
MIDNumberMachine identifier where the file resides
PATHStringFile path
FILE_NAMEStringName of the file (last part of PATH)
INODENumberInode of file
FILE_TYPEStringMime type of file
IS_LINKNumberIs the file a symbolic link?
LINK_DEST_PATHStringSymbolic link target
LINK_ABS_DEST_PATHStringAbsolute path of symbolic link target
OWNER_UIDNumberIdentifier of user that owns file
OWNER_USERNAMEStringName of user that owns file
OWNER_GIDNumberIdentifier of group that owns file
METADATA_HASHStringHash key of file metadata
FILEDATA_HASHStringHash key of file contents
SIZENumberFile size in bytes
BLOCK_SIZENumberSize in bytes of a single block for this file
BLOCK_COUNTNumberFile size in blocks
FILE_ACCESSED_TIMETimestampLast access time of file
FILE_MODIFIED_TIMETimestampLast modified time of file
FILE_CREATED_TIMETimestampCreated time of file
FILE_PERMISSIONSNumberFile permissions mask
HARD_LINK_COUNTNumberCount of hard links to this file

LW_HE_IMAGES

Details about images found on machines

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
RECORD_CREATED_TIMETimestampRecord creation time
IMAGE_CREATED_TIMETimestampTime the image was created
MIDNumberMachine identifier where image was located
IMAGE_IDStringUnique identifier for image
CONTAINER_TYPEStringType of container for the image
AUTHORStringAuthor of the image
REPOStringRepository the image came from
TAGStringTag for the image
SIZENumberSize of the image in bytes
VIRTUAL_SIZENumberSize of the image in virtual memory
IMAGE_VERSIONStringVersion identifier for the image
ACTIVE_COUNTNumberNumber of containers running on this image

LW_HE_MACHINES

Details about each host machine

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
RECORD_CREATED_TIMETimestampRecord creation time
MIDNumberLacework machine ID
HOSTNAMEStringMachine provided hostname
DOMAINStringDomain machine belongs to
KERNELStringName of the kernel
KERNEL_RELEASEStringKernel release version
KERNEL_VERSIONStringKernel detailed version
OSStringOS name
OS_VERSIONStringOS version
OS_DESCStringOS description
CPU_INFOJSONCPU information
MEMORY_INFOJSONMemory information
MACHINE_IDJSONMachine identifier
LAST_BOOT_TIMETimestampLast timestamp from machine starting
LAST_BOOT_REASONStringReason the machine last rebooted
DEFAULT_ROUTERStringDefault router information
TAGSJSONMachine provided tag information
KERNEL_ARGSStringArguments used for kernel
ROUTEJSONRoute information

LW_HE_PROCESSES

Details about each host process

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
RECORD_CREATED_TIMETimestampRecord creation time
PROCESS_START_TIMETimestampTime the process started
MIDNumberMachine ID on which the process was running
PID_HASHNumberUnique identifier for process
PIDStringProcess ID assigned by OS
PPID_HASHNumberUnique identifier for parent process
PPIDNumberParent process ID assigned by OS
PGIDNumberProcess Group ID assigned by OS
SIDNumberSession ID assigned by OS
USERNAMEStringName of the user that started the process
EUSERNAMEStringEffective username currently in use for the process
EXE_PATHStringPath of the executable used to start the process
CMDLINEStringFull command line used to start the process
CWDStringInitial working directory of the process
ROOTStringRoot of filesystem
OSStringOperating system

LW_HE_SECRETS_SSH_PRIVATE_KEYS

Instances of detected SSH private keys from agentless disk scanning

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
BATCH_IDStringId of insertion batch from the scanner. Useful for matching possibly related records.
RECORD_CREATED_TIMETimestampRecord creation time
MIDNumberMachine ID
HOSTNAMEStringHostname for the Machine where the detected key was found
IS_IN_CONTAINERStringWhether the detected key was known to be from a container image, NULL if unknown
CONTAINER_KEYJSONContainer image and layer from which the detected key originated if known
FILE_PATHStringFile path for the detected key
FILE_PERMISSIONSNumberFile permissions mask
FILE_CREATED_TIMETimestampCreated time of file
FILE_MODIFIED_TIMETimestampLast modified time of file
FILE_ACCESSED_TIMETimestampLast access time of file
OWNER_UIDTimestampFile owner user Id
OWNER_GIDTimestampFile owner group Id
SSH_KEY_TYPEStringType of SSH key
FINGERPRINT_OPENSSH_MD5StringOpenSSH MD5 fingerprint format
FINGERPRINT_OPENSSH_SHA256StringOpenSSH SHA256 fingerprint format
FINGERPRINT_RSA_MD5StringRSA MD5 fingerprint format
FINGERPRINT_PKCS8_SHA1StringPKCS8 fingerprint format

LW_HE_SYSCALLS_PROCESSES

Details about processes involved in system calls

Column NameData TypeDescription
BATCH_START_TIMETIMESTAMPBeginning of time interval
BATCH_END_TIMETIMESTAMPEnd of time interval
BATCH_IDSTRINGIdentifier of insertion batch from agent. Useful for matching possibly related records.
RECORD_CREATED_TIMETIMESTAMPRecord creation time
PROCESS_START_TIMETIMESTAMPTime the process started
MIDNUMBERMachine identifier on which the process was running
PID_HASHNUMBERUnique identifier for process
PIDNUMBERProcess ID assigned by OS
PPID_HASHNUMBERUnique identifier for parent process
PPIDNUMBERParent process identifier assigned by OS
UIDNUMBERUser identifier of process
GIDNumberGroup identifier of process
EXE_PATHSTRINGPath of the executable the process is running
CMDLINESTRINGFull command line used to start the process
PEXE_PATHSTRINGPath of the executable the parent process is running
OSSTRINGOperating system

LW_HE_USERS

Details about users associated with hosts

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
RECORD_CREATED_TIMETimestampRecord creation time
MIDNumberMachine identifier on which user was found
USERNAMEStringUsername identifying the user
PRIMARY_GROUP_NAMEStringPrimary group user belongs to
OTHER_GROUP_NAMESJSONArray of other groups for user
HOME_DIRStringHome directory of user

AWS Configuration Datasources

All AWS configuration datasources listed in this section have the same metadata available.

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
QUERY_START_TIMETimestampStart time of query for this resource
QUERY_END_TIMETimestampEnd time of query for this resource
ARNStringARN for the resource
API_KEYStringKey describing the API used to fetch data for this resource
SERVICEStringService this resource belongs to
ACCOUNT_IDStringAWS Account identifier
ACCOUNT_ALIASStringUser friendly alias for AWS Account
RESOURCE_TYPEStringType of this resource
RESOURCE_IDStringIdentifier for this resource
RESOURCE_REGIONStringRegion this resource belongs to
RESOURCE_CONFIGJSONJSON Definition of this resource
RESOURCE_TAGSJSONTags associated with this resource

All

DatasourceDescription
LW_CFG_AWS_ALLAll AWS config API keys

Access Analyzer

DatasourceDescription
LW_CFG_AWS_ACCESSANALYZERaccessanalyzer list-analyzers
LW_CFG_AWS_ACCESSANALYZER_FINDINGSaccessanalyzer list-findings

Accounts

DatasourceDescription
LW_CFG_AWS_ACCOUNTSList of AWS Accounts in this collection

ACM

DatasourceDescription
LW_CFG_AWS_ACMacm list-certificates
LW_CFG_AWS_ACM_DESCRIBE_CERTIFICATEacm describe-certificate

AppSync

DatasourceDescription
LW_CFG_AWS_APPSYNC_API_KEYSappsync list-api-keys
LW_CFG_AWS_APPSYNC_DATA_SOURCESappsync list-data-sources
LW_CFG_AWS_APPSYNC_DOMAIN_NAMESappsync list-domain-names
LW_CFG_AWS_APPSYNC_FUNCTIONSappsync list-functions
LW_CFG_AWS_APPSYNC_GET_API_ASSOCIATIONappsync get-api-association
LW_CFG_AWS_APPSYNC_GET_API_CACHEappsync get-api-cache
LW_CFG_AWS_APPSYNC_GRAPHQL_APISappsync list-graphql-apis
LW_CFG_AWS_APPSYNC_RESOLVERSappsync list-resolvers
LW_CFG_AWS_APPSYNC_RESOLVERS_BY_FUNCTIONappsync list-resolvers-by-function
LW_CFG_AWS_APPSYNC_TYPESappsync list-types

Auto Scaling

DatasourceDescription
LW_CFG_AWS_AUTOSCALINGautoscaling describe-launch-configurations

CloudFront

DatasourceDescription
LW_CFG_AWS_CLOUDFRONTcloudfront list-distributions

CloudTrail

DatasourceDescription
LW_CFG_AWS_CLOUDTRAILcloudtrail describe-trails
LW_CFG_AWS_CLOUDTRAIL_GET_EVENT_SELECTORScloudtrail get-event-selectors
LW_CFG_AWS_CLOUDTRAIL_GET_TRAIL_STATUScloudtrail get-trail-status

CloudWatch

DatasourceDescription
LW_CFG_AWS_CLOUDWATCHcloudwatch describe-alarms

Config

DatasourceDescription
LW_CFG_AWS_CONFIG_CONFIGURATION_RECORDERSconfigservice describe-configuration-recorders
LW_CFG_AWS_CONFIG_CONFIGURATION_RECORDERS_STATUSconfigservice describe-configuration-recorder-status
LW_CFG_AWS_CONFIG_DELIVERY_CHANNELSconfigservice describe-delivery-channels
LW_CFG_AWS_CONFIG_DELIVERY_CHANNELS_STATUSconfigservice describe-delivery-channel-status

DAX

DatasourceDescription
LW_CFG_AWS_DAX_CLUSTERSdax describe-clusters
LW_CFG_AWS_DAX_PARAMETERSdax describe-parameters
LW_CFG_AWS_DAX_PARAMETER_GROUPSdax describe-parameter-groups
LW_CFG_AWS_DAX_SUBNET_GROUPSdax describe-subnet-groups

DynamoDB

DatasourceDescription
LW_CFG_AWS_DYNAMODB_TABLESdynamodb list-tables
LW_CFG_AWS_DYNAMODB_TABLES_DESCRIBE_TABLEdynamodb describe-table

EC2

DatasourceDescription
LW_CFG_AWS_EC2_CUSTOMER_GATEWAYSec2 describe-customer-gateways
LW_CFG_AWS_EC2_DHCP_OPTIONSec2 describe-dhcp-options
LW_CFG_AWS_EC2_EBS_ENCRYPTION_BY_DEFAULTec2 get-ebs-encryption-by-default
LW_CFG_AWS_EC2_INSTANCESec2 describe-instances
LW_CFG_AWS_EC2_INTERNET_GATEWAYSec2 describe-internet-gateways
LW_CFG_AWS_EC2_KEY_PAIRSec2 describe-key-pairs
LW_CFG_AWS_EC2_NAT_GATEWAYSec2 describe-nat-gateways
LW_CFG_AWS_EC2_NETWORK_ACLSec2 describe-network-acls
LW_CFG_AWS_EC2_NETWORK_INTERFACESec2 describe-network-interfaces
LW_CFG_AWS_EC2_REGIONSec2 describe-regions
LW_CFG_AWS_EC2_ROUTE_TABLESec2 describe-route-tables
LW_CFG_AWS_EC2_SECURITY_GROUPSec2 describe-security-groups
LW_CFG_AWS_EC2_SNAPSHOTSec2 describe-snapshots
LW_CFG_AWS_EC2_SNAPSHOTS_DESCRIBE_ATTRIBUTESec2 describe-snapshot-attribute This currently contains only the values of the createVolumePermission attribute for non-encrypted volumes.
LW_CFG_AWS_EC2_SUBNETSec2 describe-subnets
LW_CFG_AWS_EC2_TRANSIT_GATEWAYSec2 describe-transit-gateways
LW_CFG_AWS_EC2_VOLUMESec2 describe-volumes
LW_CFG_AWS_EC2_VPC_ENDPOINTSec2 describe-vpc-endpoints
LW_CFG_AWS_EC2_VPC_FLOW_LOGSec2 describe-flow-logs
LW_CFG_AWS_EC2_VPC_PEERING_CONNECTIONSec2 describe-vpc-peering-connections
LW_CFG_AWS_EC2_VPCSec2 describe-vpcs
LW_CFG_AWS_EC2_VPN_CONNECTIONSec2 describe-vpn-connections
LW_CFG_AWS_EC2_VPN_GATEWAYSec2 describe-vpn-gateways

ECR

DatasourceDescription
LW_CFG_AWS_ECR_REPOSITORIESecr describe-repositories
LW_CFG_AWS_ECR_REPOSITORIES_GET_POLICYecr get-repository-policy

ECS

DatasourceDescription
LW_CFG_AWS_ECS_CLUSTERSecs list-clusters
LW_CFG_AWS_ECS_CLUSTERS_DESCRIBE_CLUSTERecs describe-clusters
LW_CFG_AWS_ECS_CONTAINER_INSTANCESecs list-container-instances
LW_CFG_AWS_ECS_DESCRIBE_CONTAINER_INSTANCESecs describe-container-instances
LW_CFG_AWS_ECS_DESCRIBE_SERVICESecs describe-services
LW_CFG_AWS_ECS_DESCRIBE_TASKSecs describe-tasks
LW_CFG_AWS_ECS_DESCRIBE_TASK_DEFINITIONecs describe-task-definition
LW_CFG_AWS_ECS_SERVICESecs list-services
LW_CFG_AWS_ECS_TASKSecs list-tasks
LW_CFG_AWS_ECS_TASK_DEFINITIONSecs list-task-definitions

EFS

DatasourceDescription
LW_CFG_AWS_EFS_DESCRIBE_ACCESS_POINTSefs describe-file-systems
LW_CFG_AWS_EFS_DESCRIBE_ACCOUNT_PREFERENCESefs describe-account-preferences
LW_CFG_AWS_EFS_DESCRIBE_BACKUP_POLICYefs describe-backup-policy
LW_CFG_AWS_EFS_DESCRIBE_FILE_SYSTEMSefs describe-file-systems
LW_CFG_AWS_EFS_DESCRIBE_FILE_SYSTEM_POLICYefs describe-file-system-policy
LW_CFG_AWS_EFS_DESCRIBE_LIFECYCLE_CONFIGURATIONefs describe-lifecycle-configuration
LW_CFG_AWS_EFS_DESCRIBE_MOUNT_TARGETSefs describe-mount-targets
LW_CFG_AWS_EFS_DESCRIBE_MOUNT_TARGET_SECURITY_GROUPSefs describe-mount-target-security-groups
LW_CFG_AWS_EFS_DESCRIBE_REPLICATION_CONFIGURATIONSefs describe-replication-configurations

EKS

DatasourceDescription
LW_CFG_AWS_EKS_CLUSTERSeks list-clusters
LW_CFG_AWS_EKS_CLUSTERS_DESCRIBE_CLUSTEReks describe-cluster

ElastiCache

DatasourceDescription
LW_CFG_AWS_ELASTICACHE_DESCRIBE_REPLICATION_GROUPSelasticache describe-replication-groups

ELB

DatasourceDescription
LW_CFG_AWS_ELBelb describe-load-balancers
LW_CFG_AWS_ELB_DESCRIBE_POLICIESelb describe-load-balancer-policies

ELBv2

DatasourceDescription
LW_CFG_AWS_ELBV2elbv2 describe-load-balancers
LW_CFG_AWS_ELBV2_DESCRIBE_ATTRIBUTESelbv2 describe-load-balancer-attributes
LW_CFG_AWS_ELBV2_DESCRIBE_LISTENERSelbv2 describe-listeners
LW_CFG_AWS_ELBV2_RULESelbv2 describe-rules
LW_CFG_AWS_ELBV2_SSL_POLICIESelbv2 describe-ssl-policies
LW_CFG_AWS_ELBV2_TARGET_GROUPSelbv2 describe-target-groups
LW_CFG_AWS_ELBV2_TARGET_HEALTHelbv2 describe-target-health

EMR

DatasourceDescription
LW_CFG_AWS_EMR_CLUSTERSemr list-clusters
LW_CFG_AWS_EMR_DESCRIBE_CLUSTERemr describe-cluster
LW_CFG_AWS_EMR_DESCRIBE_SECURITY_CONFIGURATIONemr describe-security-configuration
LW_CFG_AWS_EMR_GET_BLOCK_PUBLIC_ACCESS_CONFIGURATIONemr get-block-public-access-configuration
LW_CFG_AWS_EMR_INSTANCESemr list-instances
LW_CFG_AWS_EMR_INSTANCE_FLEETSemr list-instance-fleets

ES

DatasourceDescription
LW_CFG_AWS_ESes list-domain-names
LW_CFG_AWS_ES_DESCRIBE_DOMAINes describe-elasticsearch-domain

Kinesis Data Firehose

DatasourceDescription
LW_CFG_AWS_FIREHOSE_DELIVERY_STREAMSfirehose list-delivery-streams
LW_CFG_AWS_FIREHOSE_DESCRIBE_DELIVERY_STREAMfirehose describe-delivery-stream

IAM

DatasourceDescription
LW_CFG_AWS_IAM_ACCOUNT_PASSWORD_POLICYiam get-account-password-policy
LW_CFG_AWS_IAM_ACCOUNT_SUMMARYiam get-account-summary
LW_CFG_AWS_IAM_GET_GROUP_POLICYiam get-group-policy
LW_CFG_AWS_IAM_GET_ROLEiam get-role
LW_CFG_AWS_IAM_GET_USERiam get-user
LW_CFG_AWS_IAM_GROUPSiam list-groups
LW_CFG_AWS_IAM_GROUPS_GET_GROUPiam get-group
LW_CFG_AWS_IAM_GROUPS_LIST_ATTACHED_POLICIESiam list-attached-group-policies
LW_CFG_AWS_IAM_GROUP_POLICIESiam list-group-policies
LW_CFG_AWS_IAM_INSTANCE_PROFILESiam list-instance-profiles
LW_CFG_AWS_IAM_MFA_DEVICESiam list-virtual-mfa-devices
LW_CFG_AWS_IAM_POLICIESiam list-policies
LW_CFG_AWS_IAM_POLICIES_GET_VERSIONiam get-policy-version
LW_CFG_AWS_IAM_ROLESiam list-roles
LW_CFG_AWS_IAM_ROLES_GET_POLICYiam get-role-policy
LW_CFG_AWS_IAM_ROLES_LIST_ATTACHED_POLICIESiam list-attached-role-policies
LW_CFG_AWS_IAM_ROLES_LIST_POLICIESiam list-role-policies
LW_CFG_AWS_IAM_SAML_PROVIDERSiam list-saml-providers
LW_CFG_AWS_IAM_SERVER_CERTIFICATESiam list-server-certificates
LW_CFG_AWS_IAM_USERSiam list-users
LW_CFG_AWS_IAM_USERS_GET_CREDENTIAL_REPORTiam get-credential-report
LW_CFG_AWS_IAM_USERS_GET_POLICYiam get-user-policy
LW_CFG_AWS_IAM_USERS_LIST_ACCESS_KEYSiam list-access-keys
LW_CFG_AWS_IAM_USERS_LIST_ATTACHED_POLICIESiam list-attached-user-policies
LW_CFG_AWS_IAM_USERS_LIST_MFA_DEVICESiam list-mfa-devices
LW_CFG_AWS_IAM_USERS_LIST_POLICIESiam list-user-policies
LW_CFG_AWS_IAM_USERS_LIST_SSH_PUBLIC_KEYSiam list-ssh-public-keys

Kinesis

DatasourceDescription
LW_CFG_AWS_KINESIS_DESCRIBE_STREAM_SUMMARYkinesis describe-stream-summary
LW_CFG_AWS_KINESIS_STREAMSkinesis list-streams

KMS

DatasourceDescription
LW_CFG_AWS_KMS_ALIASESkms list-aliases
LW_CFG_AWS_KMS_KEYSkms list-keys
LW_CFG_AWS_KMS_KEYS_DESCRIBE_KEYkms describe-key
LW_CFG_AWS_KMS_KEYS_GET_POLICYkms get-key-policy
LW_CFG_AWS_KMS_KEYS_GET_ROTATION_STATUSkms get-key-rotation-status

Lambda

DatasourceDescription
LW_CFG_AWS_LAMBDAlambda list-functions
LW_CFG_AWS_LAMBDA_GET_POLICYlambda get-policy

Logs

DatasourceDescription
LW_CFG_AWS_LOGSlogs describe-log-groups
LW_CFG_AWS_LOGS_DESCRIBE_METRIC_FILTERSlogs describe-metric-filters

Opensearch

DatasourceDescription
LW_CFG_AWS_OPENSEARCHopensearch list-domain-names
LW_CFG_AWS_OPENSEARCH_DESCRIBE_DOMAINopensearch describe-domain

Organizations

DatasourceDescription
LW_CFG_AWS_ORGANIZATIONS_ACCOUNTSorganizations list-accounts
LW_CFG_AWS_ORGANIZATIONS_ACCOUNTS_FOR_PARENTorganizations list-accounts-for-parent
LW_CFG_AWS_ORGANIZATIONS_AWS_SERVICE_ACCESS_FOR_ORGANIZATIONorganizations list-aws-service-access-for-organization
LW_CFG_AWS_ORGANIZATIONS_DELEGATED_ADMINISTRATORSorganizations list-delegated-administrators
LW_CFG_AWS_ORGANIZATIONS_DELEGATED_SERVICES_FOR_ACCOUNTorganizations list-delegated-services-for-account
LW_CFG_AWS_ORGANIZATIONS_DESCRIBE_ACCOUNTorganizations describe-account
LW_CFG_AWS_ORGANIZATIONS_DESCRIBE_EFFECTIVE_POLICYorganizations describe-effective-policy
LW_CFG_AWS_ORGANIZATIONS_DESCRIBE_ORGANIZATIONorganizations describe-organization
LW_CFG_AWS_ORGANIZATIONS_DESCRIBE_ORGANIZATIONAL_UNITorganizations describe-organizational-unit
LW_CFG_AWS_ORGANIZATIONS_DESCRIBE_POLICYorganizations describe-policy
LW_CFG_AWS_ORGANIZATIONS_DESCRIBE_RESOURCE_POLICYorganizations describe-resource-policy
LW_CFG_AWS_ORGANIZATIONS_ORGANIZATIONAL_UNITS_FOR_PARENTorganizations list-organizational-units-for-parent
LW_CFG_AWS_ORGANIZATIONS_POLICIESorganizations list-policies
LW_CFG_AWS_ORGANIZATIONS_ROOTSorganizations list-roots
LW_CFG_AWS_ORGANIZATIONS_TARGETS_FOR_POLICYorganizations list-targets-for-policy

RDS

DatasourceDescription
LW_CFG_AWS_RDS_CLUSTER_SNAPSHOTSrds describe-db-cluster-snapshots
LW_CFG_AWS_RDS_CLUSTERSrds describe-db-clusters
LW_CFG_AWS_RDS_DB_INSTANCESrds describe-db-instances
LW_CFG_AWS_RDS_EVENT_SUBSCRIPTIONSrds describe-event-subscriptions

Redshift

DatasourceDescription
LW_CFG_AWS_REDSHIFT_CLUSTERSredshift describe-clusters

Route 53 Domains

DatasourceDescription
LW_CFG_AWS_ROUTE53DOMAINS_DOMAINSroute53domains list-domains
LW_CFG_AWS_ROUTE53DOMAINS_GET_DOMAIN_DETAILroute53domains get-domain-detail
LW_CFG_AWS_ROUTE53DOMAINS_GET_OPERATION_DETAILroute53domains get-operation-detail
LW_CFG_AWS_ROUTE53DOMAINS_OPERATIONSroute53domains list-operations

Route 53

DatasourceDescription
LW_CFG_AWS_ROUTE53_CIDR_BLOCKSroute53 list-cidr-blocks
LW_CFG_AWS_ROUTE53_CIDR_COLLECTIONSroute53 list-cidr-collections
LW_CFG_AWS_ROUTE53_CIDR_LOCATIONSroute53 list-cidr-locations
LW_CFG_AWS_ROUTE53_GEO_LOCATIONSroute53 list-geo-locations
LW_CFG_AWS_ROUTE53_GET_CHECKER_IP_RANGESroute53 get-checker-ip-ranges
LW_CFG_AWS_ROUTE53_GET_DNSSECroute53 get-dnssec
LW_CFG_AWS_ROUTE53_GET_HEALTH_CHECK_LAST_FAILURE_REASONroute53 get-health-check-last-failure-reason
LW_CFG_AWS_ROUTE53_GET_HEALTH_CHECK_STATUSroute53 get-health-check-status
LW_CFG_AWS_ROUTE53_GET_HOSTED_ZONEroute53 get-hosted-zone
LW_CFG_AWS_ROUTE53_GET_HOSTED_ZONE_LIMITroute53 get-hosted-zone-limit
LW_CFG_AWS_ROUTE53_GET_QUERY_LOGGING_CONFIGroute53 get-query-logging-config
LW_CFG_AWS_ROUTE53_GET_REUSABLE_DELEGATION_SETroute53 get-reusable-delegation-set
LW_CFG_AWS_ROUTE53_GET_TRAFFIC_POLICYroute53 get-traffic-policy
LW_CFG_AWS_ROUTE53_GET_TRAFFIC_POLICY_INSTANCEroute53 get-traffic-policy-instance
LW_CFG_AWS_ROUTE53_HEALTH_CHECKSroute53 list-health-checks
LW_CFG_AWS_ROUTE53_HOSTED_ZONESroute53 list-hosted-zones
LW_CFG_AWS_ROUTE53_QUERY_LOGGING_CONFIGSroute53 list-query-logging-configs
LW_CFG_AWS_ROUTE53_RESOURCE_RECORD_SETSroute53 list-resource-record-sets
LW_CFG_AWS_ROUTE53_REUSABLE_DELEGATION_SETSroute53 list-reusable-delegation-sets
LW_CFG_AWS_ROUTE53_TRAFFIC_POLICIESroute53 list-traffic-policies
LW_CFG_AWS_ROUTE53_TRAFFIC_POLICY_INSTANCESroute53 list-traffic-policy-instances
LW_CFG_AWS_ROUTE53_TRAFFIC_POLICY_VERSIONSroute53 list-traffic-policy-versions

S3

DatasourceDescription
LW_CFG_AWS_S3s3api list-buckets
LW_CFG_AWS_S3_GET_BUCKET_ACLs3api get-bucket-acl
LW_CFG_AWS_S3_GET_BUCKET_ENCRYPTIONs3api get-bucket-encryption
LW_CFG_AWS_S3_GET_BUCKET_LOGGINGs3api get-bucket-logging
LW_CFG_AWS_S3_GET_BUCKET_POLICYs3api get-bucket-policy
LW_CFG_AWS_S3_GET_BUCKET_VERSIONINGs3api get-bucket-versioning
LW_CFG_AWS_S3_GET_PUBLIC_ACCESS_BLOCKs3api get-public-access-block

S3 Control

DatasourceDescription
LW_CFG_AWS_S3CONTROL_GET_PUBLIC_ACCESS_BLOCKs3control get-public-access-block

SageMaker

DatasourceDescription
LW_CFG_AWS_SAGEMAKER_ACTIONSsagemaker list-actions
LW_CFG_AWS_SAGEMAKER_ALGORITHMSsagemaker list-algorithms
LW_CFG_AWS_SAGEMAKER_ALIASESsagemaker list-aliases
LW_CFG_AWS_SAGEMAKER_APPSsagemaker list-apps
LW_CFG_AWS_SAGEMAKER_APP_IMAGE_CONFIGSsagemaker list-app-image-configs
LW_CFG_AWS_SAGEMAKER_ARTIFACTSsagemaker list-artifacts
LW_CFG_AWS_SAGEMAKER_AUTO_ML_JOBSsagemaker list-auto-ml-jobs
LW_CFG_AWS_SAGEMAKER_CANDIDATES_FOR_AUTO_ML_JOBsagemaker list-candidates-for-auto-ml-job
LW_CFG_AWS_SAGEMAKER_CODE_REPOSITORIESsagemaker list-code-repositories
LW_CFG_AWS_SAGEMAKER_COMPILATION_JOBSsagemaker list-compilation-jobs
LW_CFG_AWS_SAGEMAKER_CONTEXTSsagemaker list-contexts
LW_CFG_AWS_SAGEMAKER_DATA_QUALITY_JOB_DEFINITIONSsagemaker list-data-quality-job-definitions
LW_CFG_AWS_SAGEMAKER_DESCRIBE_ACTIONsagemaker describe-action
LW_CFG_AWS_SAGEMAKER_DESCRIBE_ALGORITHMsagemaker describe-algorithm
LW_CFG_AWS_SAGEMAKER_DESCRIBE_APPsagemaker describe-app
LW_CFG_AWS_SAGEMAKER_DESCRIBE_APP_IMAGE_CONFIGsagemaker describe-app-image-config
LW_CFG_AWS_SAGEMAKER_DESCRIBE_ARTIFACTsagemaker describe-artifact
LW_CFG_AWS_SAGEMAKER_DESCRIBE_AUTO_ML_JOBsagemaker describe-auto-ml-job
LW_CFG_AWS_SAGEMAKER_DESCRIBE_CODE_REPOSITORYsagemaker describe-code-repository
LW_CFG_AWS_SAGEMAKER_DESCRIBE_COMPILATION_JOBsagemaker describe-compilation-job
LW_CFG_AWS_SAGEMAKER_DESCRIBE_CONTEXTsagemaker describe-context
LW_CFG_AWS_SAGEMAKER_DESCRIBE_DEVICEsagemaker describe-device
LW_CFG_AWS_SAGEMAKER_DESCRIBE_DEVICE_FLEETsagemaker describe-device-fleet
LW_CFG_AWS_SAGEMAKER_DESCRIBE_DOMAINsagemaker describe-domain
LW_CFG_AWS_SAGEMAKER_DESCRIBE_EDGE_DEPLOYMENT_PLANsagemaker describe-edge-deployment-plan
LW_CFG_AWS_SAGEMAKER_DESCRIBE_EDGE_PACKAGING_JOBsagemaker describe-edge-packaging-job
LW_CFG_AWS_SAGEMAKER_DESCRIBE_ENDPOINTsagemaker describe-endpoint
LW_CFG_AWS_SAGEMAKER_DESCRIBE_ENDPOINT_CONFIGsagemaker describe-endpoint-config
LW_CFG_AWS_SAGEMAKER_DESCRIBE_EXPERIMENTsagemaker describe-experiment
LW_CFG_AWS_SAGEMAKER_DESCRIBE_FEATURE_GROUPsagemaker describe-feature-group
LW_CFG_AWS_SAGEMAKER_DESCRIBE_FLOW_DEFINITIONsagemaker describe-flow-definition
LW_CFG_AWS_SAGEMAKER_DESCRIBE_HUMAN_TASK_UIsagemaker describe-human-task-ui
LW_CFG_AWS_SAGEMAKER_DESCRIBE_HYPER_PARAMETER_TUNING_JOBsagemaker describe-hyper-parameter-tuning-job
LW_CFG_AWS_SAGEMAKER_DESCRIBE_IMAGEsagemaker describe-image
LW_CFG_AWS_SAGEMAKER_DESCRIBE_IMAGE_VERSIONsagemaker describe-image-version
LW_CFG_AWS_SAGEMAKER_DESCRIBE_INFERENCE_EXPERIMENTsagemaker describe-inference-experiment
LW_CFG_AWS_SAGEMAKER_DESCRIBE_INFERENCE_RECOMMENDATIONS_JOBsagemaker describe-inference-recommendations-job
LW_CFG_AWS_SAGEMAKER_DESCRIBE_LABELING_JOBsagemaker describe-labeling-job
LW_CFG_AWS_SAGEMAKER_DESCRIBE_LINEAGE_GROUPsagemaker describe-lineage-group
LW_CFG_AWS_SAGEMAKER_DESCRIBE_MODELsagemaker describe-model
LW_CFG_AWS_SAGEMAKER_DESCRIBE_MODEL_CARDsagemaker describe-model-card
LW_CFG_AWS_SAGEMAKER_DESCRIBE_MODEL_CARD_EXPORT_JOBsagemaker describe-model-card-export-job
LW_CFG_AWS_SAGEMAKER_DESCRIBE_MODEL_PACKAGEsagemaker describe-model-package
LW_CFG_AWS_SAGEMAKER_DESCRIBE_MODEL_PACKAGE_GROUPsagemaker describe-model-package-group
LW_CFG_AWS_SAGEMAKER_DESCRIBE_MONITORING_SCHEDULEsagemaker describe-monitoring-schedule
LW_CFG_AWS_SAGEMAKER_DESCRIBE_NOTEBOOK_INSTANCEsagemaker describe-notebook-instance
LW_CFG_AWS_SAGEMAKER_DESCRIBE_NOTEBOOK_INSTANCE_LIFECYCLE_CONFIGsagemaker describe-notebook-instance-lifecycle-config
LW_CFG_AWS_SAGEMAKER_DESCRIBE_PIPELINEsagemaker describe-pipeline
LW_CFG_AWS_SAGEMAKER_DESCRIBE_PIPELINE_DEFINITION_FOR_EXECUTIONsagemaker describe-pipeline-definition-for-execution
LW_CFG_AWS_SAGEMAKER_DESCRIBE_PIPELINE_EXECUTIONsagemaker describe-pipeline-execution
LW_CFG_AWS_SAGEMAKER_DESCRIBE_PROCESSING_JOBsagemaker describe-processing-job
LW_CFG_AWS_SAGEMAKER_DESCRIBE_PROJECTsagemaker describe-project
LW_CFG_AWS_SAGEMAKER_DESCRIBE_SPACEsagemaker describe-space
LW_CFG_AWS_SAGEMAKER_DESCRIBE_STUDIO_LIFECYCLE_CONFIGsagemaker describe-studio-lifecycle-config
LW_CFG_AWS_SAGEMAKER_DESCRIBE_SUBSCRIBED_WORKTEAMsagemaker describe-subscribed-workteam
LW_CFG_AWS_SAGEMAKER_DESCRIBE_TRAINING_JOBsagemaker describe-training-job
LW_CFG_AWS_SAGEMAKER_DESCRIBE_TRANSFORM_JOBsagemaker describe-transform-job
LW_CFG_AWS_SAGEMAKER_DESCRIBE_TRIALsagemaker describe-trial
LW_CFG_AWS_SAGEMAKER_DESCRIBE_TRIAL_COMPONENTsagemaker describe-trial-component
LW_CFG_AWS_SAGEMAKER_DESCRIBE_USER_PROFILEsagemaker describe-user-profile
LW_CFG_AWS_SAGEMAKER_DESCRIBE_WORKFORCEsagemaker describe-workforce
LW_CFG_AWS_SAGEMAKER_DESCRIBE_WORKTEAMsagemaker describe-workteam
LW_CFG_AWS_SAGEMAKER_DEVICESsagemaker list-devices
LW_CFG_AWS_SAGEMAKER_DEVICE_FLEETSsagemaker list-device-fleets
LW_CFG_AWS_SAGEMAKER_DOMAINSsagemaker list-domains
LW_CFG_AWS_SAGEMAKER_EDGE_DEPLOYMENT_PLANSsagemaker list-edge-deployment-plans
LW_CFG_AWS_SAGEMAKER_EDGE_PACKAGING_JOBSsagemaker list-edge-packaging-jobs
LW_CFG_AWS_SAGEMAKER_ENDPOINTSsagemaker list-endpoints
LW_CFG_AWS_SAGEMAKER_ENDPOINT_CONFIGSsagemaker list-endpoint-configs
LW_CFG_AWS_SAGEMAKER_EXPERIMENTSsagemaker list-experiments
LW_CFG_AWS_SAGEMAKER_FEATURE_GROUPSsagemaker list-feature-groups
LW_CFG_AWS_SAGEMAKER_FLOW_DEFINITIONSsagemaker list-flow-definitions
LW_CFG_AWS_SAGEMAKER_GET_DEVICE_FLEET_REPORTsagemaker get-device-fleet-report
LW_CFG_AWS_SAGEMAKER_GET_LINEAGE_GROUP_POLICYsagemaker get-lineage-group-policy
LW_CFG_AWS_SAGEMAKER_GET_MODEL_PACKAGE_GROUP_POLICYsagemaker get-model-package-group-policy
LW_CFG_AWS_SAGEMAKER_HUMAN_TASK_UISsagemaker list-human-task-uis
LW_CFG_AWS_SAGEMAKER_HYPER_PARAMETER_TUNING_JOBSsagemaker list-hyper-parameter-tuning-jobs
LW_CFG_AWS_SAGEMAKER_IMAGESsagemaker list-images
LW_CFG_AWS_SAGEMAKER_IMAGE_VERSIONSsagemaker list-image-versions
LW_CFG_AWS_SAGEMAKER_INFERENCE_EXPERIMENTSsagemaker list-inference-experiments
LW_CFG_AWS_SAGEMAKER_INFERENCE_RECOMMENDATIONS_JOBSsagemaker list-inference-recommendations-jobs
LW_CFG_AWS_SAGEMAKER_INFERENCE_RECOMMENDATIONS_JOB_STEPSsagemaker list-inference-recommendations-job-steps
LW_CFG_AWS_SAGEMAKER_LABELING_JOBSsagemaker list-labeling-jobs
LW_CFG_AWS_SAGEMAKER_LABELING_JOBS_FOR_WORKTEAMsagemaker list-labeling-jobs-for-workteam
LW_CFG_AWS_SAGEMAKER_LINEAGE_GROUPSsagemaker list-lineage-groups
LW_CFG_AWS_SAGEMAKER_MODELSsagemaker list-models
LW_CFG_AWS_SAGEMAKER_MODEL_BIAS_JOB_DEFINITIONSsagemaker list-model-bias-job-definitions
LW_CFG_AWS_SAGEMAKER_MODEL_CARDSsagemaker list-model-cards
LW_CFG_AWS_SAGEMAKER_MODEL_CARD_EXPORT_JOBSsagemaker list-model-card-export-jobs
LW_CFG_AWS_SAGEMAKER_MODEL_CARD_VERSIONSsagemaker list-model-card-versions
LW_CFG_AWS_SAGEMAKER_MODEL_EXPLAINABILITY_JOB_DEFINITIONSsagemaker list-model-explainability-job-definitions
LW_CFG_AWS_SAGEMAKER_MODEL_PACKAGESsagemaker list-model-packages
LW_CFG_AWS_SAGEMAKER_MODEL_PACKAGE_GROUPSsagemaker list-model-package-groups
LW_CFG_AWS_SAGEMAKER_MODEL_QUALITY_JOB_DEFINITIONSsagemaker list-model-quality-job-definitions
LW_CFG_AWS_SAGEMAKER_MONITORING_ALERTSsagemaker list-monitoring-alerts
LW_CFG_AWS_SAGEMAKER_NOTEBOOK_INSTANCESsagemaker list-notebook-instances
LW_CFG_AWS_SAGEMAKER_NOTEBOOK_INSTANCE_LIFECYCLE_CONFIGSsagemaker list-notebook-instance-lifecycle-configs
LW_CFG_AWS_SAGEMAKER_PIPELINESsagemaker list-pipelines
LW_CFG_AWS_SAGEMAKER_PIPELINE_EXECUTIONSsagemaker list-pipeline-executions
LW_CFG_AWS_SAGEMAKER_PIPELINE_PARAMETERS_FOR_EXECUTIONsagemaker list-pipeline-parameters-for-execution
LW_CFG_AWS_SAGEMAKER_PROCESSING_JOBSsagemaker list-processing-jobs
LW_CFG_AWS_SAGEMAKER_PROJECTSsagemaker list-projects
LW_CFG_AWS_SAGEMAKER_SPACESsagemaker list-spaces
LW_CFG_AWS_SAGEMAKER_STUDIO_LIFECYCLE_CONFIGSsagemaker list-studio-lifecycle-configs
LW_CFG_AWS_SAGEMAKER_SUBSCRIBED_WORKTEAMSsagemaker list-subscribed-workteams
LW_CFG_AWS_SAGEMAKER_TRAINING_JOBSsagemaker list-training-jobs
LW_CFG_AWS_SAGEMAKER_TRAINING_JOBS_FOR_HYPER_PARAMETER_TUNING_JOBsagemaker list-training-jobs-for-hyper-parameter-tuning-job
LW_CFG_AWS_SAGEMAKER_TRANSFORM_JOBSsagemaker list-transform-jobs
LW_CFG_AWS_SAGEMAKER_TRIALSsagemaker list-trials
LW_CFG_AWS_SAGEMAKER_TRIAL_COMPONENTSsagemaker list-trial-components
LW_CFG_AWS_SAGEMAKER_USER_PROFILESsagemaker list-user-profiles
LW_CFG_AWS_SAGEMAKER_WORKFORCESsagemaker list-workforces
LW_CFG_AWS_SAGEMAKER_WORKTEAMSsagemaker list-workteams

Secrets Manager

DatasourceDescription
LW_CFG_AWS_SECRETSMANAGER_DESCRIBE_SECRETsecretsmanager describe-secret
LW_CFG_AWS_SECRETSMANAGER_GET_RESOURCE_POLICYsecretsmanager get-resource-policy
LW_CFG_AWS_SECRETSMANAGER_SECRETSsecretsmanager list-secrets
LW_CFG_AWS_SECRETSMANAGER_SECRET_VERSION_IDSsecretsmanager list-secret-version-ids

Service Quotas

DatasourceDescription
LW_CFG_AWS_SERVICE_QUOTAS_SERVICESservice-quotas list-services
LW_CFG_AWS_SERVICE_QUOTAS_SERVICE_QUOTASservice-quotas list-service-quotas

SNS

DatasourceDescription
LW_CFG_AWS_SNS_SUBSCRIPTIONSsns list-subscriptions
LW_CFG_AWS_SNS_TOPICSsns list-topics

SQS

DatasourceDescription
LW_CFG_AWS_SQS_QUEUESsqs list-queues
LW_CFG_AWS_SQS_QUEUE_ATTRIBUTESsqs get-queue-attributes

WAF V2

DatasourceDescription
LW_CFG_AWS_WAFV2_GET_WEB_ACLwafv2 get-web-acl
LW_CFG_AWS_WAFV2_LIST_RESOURCES_FOR_WEB_ACLwafv2 list-resources-for-web-acl
LW_CFG_AWS_WAFV2_RULE_GROUPSwafv2 list-rule-groups
LW_CFG_AWS_WAFV2_WEB_ACLSwafv2 list-web-acls

WAF

DatasourceDescription
LW_CFG_AWS_WAF_IP_SETSwaf list-ip-sets
LW_CFG_AWS_WAF_REGEX_PATTERN_SETSwaf list-regex-pattern-sets

CloudTrailRawEvents

Events reported by AWS CloudTrail service.

Column NameData TypeDescription
INSERT_IDNumberGenerated identification
INSERT_TIMETimestampTime the event was created
EVENT_TIMETimestampTime the event occurred
EVENTJSONContent of the event
EVENT_SOURCEStringThe source AWS service principal of the event
EVENT_NAMEStringName of the event
ERROR_CODEStringCode for the error

Google Cloud Configuration Datasources

All Google Cloud configuration datasources listed in this section have the same metadata available.

Column NameData TypeDescription
BATCH_START_TIMETimestampBeginning of time interval
BATCH_END_TIMETimestampEnd of time interval
QUERY_START_TIMETimestampStart time of query for this resource
QUERY_END_TIMETimestampEnd time of query for this resource
URNStringURN for the resource
API_KEYStringKey describing the API used to fetch data for this resource
SERVICEStringService this resource belongs to
ORGANIZATION_IDNumberGoogle Cloud Organization ID
ORGANIZATION_NAMEStringGoogle Cloud Organization name
PROJECT_NUMBERNumberGoogle Cloud Project number
PROJECT_IDStringUnique ID for the project
PROJECT_NAMEStringProject Name (display name)
FOLDER_IDSJSONNumeric folder IDs as an array
FOLDER_NAMESJSONHuman-friendly folder names as an array. Though a corresponding entry in FOLDER_NAMES exists for each entry in FOLDER_IDS, Lacework may not be able to retrieve it due to permissions, which depend on the integration. Most project integrations will not have the necessary permissions to resolve the folderNames.
PARENT_RESOURCE_IDStringParent resource ID for this resource
RESOURCE_TYPEStringType of this resource
RESOURCE_IDStringIdentifier for this resource
RESOURCE_REGIONStringRegion this resource belongs to
RESOURCE_CONFIGJSONJSON Definition of this resource
RESOURCE_TAGSJSONTags (labels) associated with this resource

BigQuery

DatasourceDescription
LW_CFG_GCP_BIGQUERY_DATASETGoogle Cloud bigquery Dataset resource objects
LW_CFG_GCP_BIGQUERY_DATASET_IAMPOLICYGoogle Cloud bigquery Dataset IAMPolicy objects (the corresponding access permissions for bigquery Dataset IAMPolicy)
LW_CFG_GCP_BIGQUERY_TABLEGoogle Cloud bigquery Table resource objects

Key Management Service

DatasourceDescription
LW_CFG_GCP_CLOUDKMS_CRYPTOKEYGoogle Cloud cloudkms CryptoKey resource objects
LW_CFG_GCP_CLOUDKMS_CRYPTOKEYS_IAMPOLICYGoogle Cloud cloudkms CryptoKey IAMPolicy objects (the corresponding access permissions for cloudkms CryptoKey IAMPolicy)

Resource Manager

DatasourceDescription
LW_CFG_GCP_CLOUDRESOURCEMANAGER_FOLDER_IAMPOLICYGoogle Cloud cloudresourcemanager Folder IAMPolicy objects (the corresponding access permissions for cloudresourcemanager Folder IAMPolicy)
LW_CFG_GCP_CLOUDRESOURCEMANAGER_ORGANIZATION_IAMPOLICYGoogle Cloud cloudresourcemanager Organization IAMPolicy objects (the corresponding access permissions for cloudresourcemanager Organization IAMPolicy)
LW_CFG_GCP_CLOUDRESOURCEMANAGER_PROJECT_IAMPOLICYGoogle Cloud cloudresourcemanager Project IAMPolicy objects (the corresponding access permissions for cloudresourcemanager Project IAMPolicy)

Compute Engine

DatasourceDescription
LW_CFG_GCP_COMPUTE_DISKGoogle Cloud compute Disk resource objects
LW_CFG_GCP_COMPUTE_FIREWALLGoogle Cloud compute Firewall resource objects
LW_CFG_GCP_COMPUTE_INSTANCEGoogle Cloud compute Instance resource objects
LW_CFG_GCP_COMPUTE_NETWORKGoogle Cloud compute Network resource objects
LW_CFG_GCP_COMPUTE_SSLPOLICYGoogle Cloud compute SslPolicy resource objects
LW_CFG_GCP_COMPUTE_SUBNETWORKGoogle Cloud compute Subnetwork resource objects
LW_CFG_GCP_COMPUTE_TARGETHTTPSPROXYGoogle Cloud compute TargetHttpsProxy resource objects
LW_CFG_GCP_COMPUTE_TARGETSSLPROXYGoogle Cloud compute TargetSslProxy resource objects

Dataproc

DatasourceDescription
LW_CFG_GCP_DATAPROC_CLUSTERGoogle Cloud dataproc Cluster resource objects

DNS

DatasourceDescription
LW_CFG_GCP_DNS_MANAGEDZONEGoogle Cloud dns ManagedZone resource objects
LW_CFG_GCP_DNS_POLICYGoogle Cloud dns Policy resource objects

Essential Contact

DatasourceDescription
LW_CFG_GCP_ESSENTIALCONTACT_CONTACTGoogle Cloud Essential Contacts contacts resource objects

Identity and Access Management

DatasourceDescription
LW_CFG_GCP_IAM_SERVICEACCOUNTGoogle Cloud iam ServiceAccount resource objects
LW_CFG_GCP_IAM_SERVICEACCOUNT_IAMPOLICYGoogle Cloud iam ServiceAccount IAMPolicy objects (the corresponding access permissions for iam ServiceAccount IAMPolicy)
LW_CFG_GCP_IAM_SERVICEACCOUNTKEYGoogle Cloud iam ServiceAccountKey resource objects

Logging

DatasourceDescription
LW_CFG_GCP_LOGGING_LOGMETRICGoogle Cloud logging LogMetric resource objects
LW_CFG_GCP_LOGGING_LOGSINKGoogle Cloud logging LogSink resource objects

Monitoring

DatasourceDescription
LW_CFG_GCP_MONITORING_ALERTPOLICYGoogle Cloud monitoring AlertPolicy resource objects

Service Usage

DatasourceDescription
LW_CFG_GCP_SERVICEUSAGE_SERVICEGoogle Cloud serviceusage Service resource objects

SQL

DatasourceDescription
LW_CFG_GCP_SQLADMIN_INSTANCEGoogle Cloud sqladmin Instance resource objects

Storage

DatasourceDescription
LW_CFG_GCP_STORAGE_BUCKETGoogle Cloud storage Bucket resource objects
LW_CFG_GCP_STORAGE_BUCKET_POLICYGoogle Cloud storage Bucket IAMPolicy objects (the corresponding access permissions for storage Bucket IAMPolicy)

Google Cloud Audit Log Activity

The LW_ACT_GCP_ACTIVITY datasource contains events for the Pub/Sub-based audit log integration.

Column NameData TypeDescription
INSERT_IDNumberUnique ID for each entry
INSERT_TIMETimestampTime the data was inserted into the table
EVENT_TIMETimestampTime the event occurred
EVENTJSONJSON description of the event
ORGANIZATION_IDStringOrganization identifier
PROJECT_IDStringProject identifier
EVENT_SOURCEStringAPI that generated the event
EVENT_NAMEStringMethod on the API invoked for this event
ERROR_CODEStringError code returned for this event

Azure Configuration Datasources

Azure Resource Graph Configuration Datasources

All Azure Resource Graph configuration datasources listed in this section have the same metadata available.

Column NameData TypeDescription
BATCH_START_TIMETIMESTAMPBeginning of time interval
BATCH_END_TIMETIMESTAMPEnd of time interval
QUERY_START_TIMETIMESTAMPStart time of query for this resource
QUERY_END_TIMETIMESTAMPEnd time of query for this resource
URNSTRINGURN of the resource. This is a unique ID for the resource across all tenants/subscriptions.
API_KEYSTRINGKey describing the API used to fetch data for this resource
SERVICESTRINGService this resource belongs to
TENANT_IDSTRINGAZURE Tenant ID
TENANT_NAMESTRINGAZURE Tenant Name
SUBSCRIPTION_IDSTRINGSubscription ID
SUBSCRIPTION_NAMESTRINGSubscription Name
RESOURCE_GROUPSTRINGGroup of this resource
RESOURCE_TYPESTRINGType of this resource
RESOURCE_IDSTRINGIdentifier for this resource
RESOURCE_REGIONSTRINGRegion this resource belongs to
RESOURCE_CONFIGJSONJSON Definition of this resource
RESOURCE_TAGSJSONTags associated with this resource

Azure Active Directory Configuration Datasources

All Azure Active Directory configuration datasources listed in this section have the same metadata available.

Column NameData TypeDescription
URNStringURN of the resource
SERVICEStringService this resource belongs to
RESOURCE_TYPEStringType of this resource
RESOURCE_REGIONStringRegion this resource belongs to
RESOURCE_CONFIGJSONSON Definition of this resource
RESOURCE_TAGSJSONTags associated with this resource
RESOURCE_TYPE_VERSIONStringThe Azure Cloud Solution Provider version of this resource
KEYSJSONKeys describing the tenant of this resource
note

For Users resource, Lacework ingests only the following attributes:

  • id
  • displayName
  • userPrincipalName
  • userType
  • passwordPolicies
  • onPremisesExtensionAttributes

For Members resource, Lacework ingests only the following attributes:

  • id
  • displayName

Organization

DatasourceDescription
LW_CFG_AZURE_ORGANIZATIONAzure Organization resource objects

User

DatasourceDescription
LW_CFG_AZURE_USERAzure User resource objects

Group

DatasourceDescription
LW_CFG_AZURE_GROUPAzure Group resource objects

Group Member

DatasourceDescription
LW_CFG_AZURE_GROUP_MEMBERAzure Group Member resource objects

Group Owner

DatasourceDescription
LW_CFG_AZURE_GROUP_OWNERAzure Group Owner resource objects

Service Principal

DatasourceDescription
LW_CFG_AZURE_SERVICEPRINCIPALAzure Service Principal resource objects

App Role Assignment

DatasourceDescription
LW_CFG_AZURE_APPROLEASSIGNMENTAzure App Role Assignment resource objects

Directory Role

DatasourceDescription
LW_CFG_AZURE_DIRECTORYROLEAzure Directory Role resource objects

Domain

DatasourceDescription
LW_CFG_AZURE_DOMAINAzure Domain resource objects

Administrative Unit

DatasourceDescription
LW_CFG_AZURE_ADMINISTRATIVEUNITAzure Administrative Unit resource objects