Skip to content

/AWS1/CL_GDYRESOURCEDATA

Contains information about the Amazon Web Services resource that is associated with the activity that prompted GuardDuty to generate a finding.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_s3bucket TYPE REF TO /AWS1/CL_GDYS3BUCKET /AWS1/CL_GDYS3BUCKET

Contains information about the Amazon S3 bucket.

io_ec2instance TYPE REF TO /AWS1/CL_GDYEC2INSTANCE /AWS1/CL_GDYEC2INSTANCE

Contains information about the Amazon EC2 instance.

io_accesskey TYPE REF TO /AWS1/CL_GDYACCESSKEY /AWS1/CL_GDYACCESSKEY

Contains information about the IAM access key details of a user that involved in the GuardDuty finding.

io_ec2networkinterface TYPE REF TO /AWS1/CL_GDYEC2NETWORKINTERF01 /AWS1/CL_GDYEC2NETWORKINTERF01

Contains information about the elastic network interface of the Amazon EC2 instance.

io_s3object TYPE REF TO /AWS1/CL_GDYS3OBJECT /AWS1/CL_GDYS3OBJECT

Contains information about the Amazon S3 object.

io_ekscluster TYPE REF TO /AWS1/CL_GDYEKSCLUSTER /AWS1/CL_GDYEKSCLUSTER

Contains detailed information about the Amazon EKS cluster associated with the activity that prompted GuardDuty to generate a finding.

io_kubernetesworkload TYPE REF TO /AWS1/CL_GDYKUBERNETESWORKLOAD /AWS1/CL_GDYKUBERNETESWORKLOAD

Contains detailed information about the Kubernetes workload associated with the activity that prompted GuardDuty to generate a finding.

io_container TYPE REF TO /AWS1/CL_GDYCONTAINERFNDGRES /AWS1/CL_GDYCONTAINERFNDGRES

Contains detailed information about the container associated with the activity that prompted GuardDuty to generate a finding.


Queryable Attributes

S3Bucket

Contains information about the Amazon S3 bucket.

Accessible with the following methods

Method Description
GET_S3BUCKET() Getter for S3BUCKET

Ec2Instance

Contains information about the Amazon EC2 instance.

Accessible with the following methods

Method Description
GET_EC2INSTANCE() Getter for EC2INSTANCE

AccessKey

Contains information about the IAM access key details of a user that involved in the GuardDuty finding.

Accessible with the following methods

Method Description
GET_ACCESSKEY() Getter for ACCESSKEY

Ec2NetworkInterface

Contains information about the elastic network interface of the Amazon EC2 instance.

Accessible with the following methods

Method Description
GET_EC2NETWORKINTERFACE() Getter for EC2NETWORKINTERFACE

S3Object

Contains information about the Amazon S3 object.

Accessible with the following methods

Method Description
GET_S3OBJECT() Getter for S3OBJECT

EksCluster

Contains detailed information about the Amazon EKS cluster associated with the activity that prompted GuardDuty to generate a finding.

Accessible with the following methods

Method Description
GET_EKSCLUSTER() Getter for EKSCLUSTER

KubernetesWorkload

Contains detailed information about the Kubernetes workload associated with the activity that prompted GuardDuty to generate a finding.

Accessible with the following methods

Method Description
GET_KUBERNETESWORKLOAD() Getter for KUBERNETESWORKLOAD

Container

Contains detailed information about the container associated with the activity that prompted GuardDuty to generate a finding.

Accessible with the following methods

Method Description
GET_CONTAINER() Getter for CONTAINER