/AWS1/CL_IN2RESOURCEDETAILS¶
Contains details about the resource involved in the finding.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_awsec2instance TYPE REF TO /AWS1/CL_IN2AWSEC2INSTDETAILS /AWS1/CL_IN2AWSEC2INSTDETAILS¶
An object that contains details about the Amazon EC2 instance involved in the finding.
io_awsecrcontainerimage TYPE REF TO /AWS1/CL_IN2AWSECRCONTAINERI00 /AWS1/CL_IN2AWSECRCONTAINERI00¶
An object that contains details about the Amazon ECR container image involved in the finding.
io_awslambdafunction TYPE REF TO /AWS1/CL_IN2AWSLAMBDAFUNCDETS /AWS1/CL_IN2AWSLAMBDAFUNCDETS¶
A summary of the information about an Amazon Web Services Lambda function affected by a finding.
io_coderepository TYPE REF TO /AWS1/CL_IN2CODEREPOSITORYDETS /AWS1/CL_IN2CODEREPOSITORYDETS¶
Contains details about a code repository resource associated with a finding.
Queryable Attributes¶
awsEc2Instance¶
An object that contains details about the Amazon EC2 instance involved in the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSEC2INSTANCE() |
Getter for AWSEC2INSTANCE |
awsEcrContainerImage¶
An object that contains details about the Amazon ECR container image involved in the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSECRCONTAINERIMAGE() |
Getter for AWSECRCONTAINERIMAGE |
awsLambdaFunction¶
A summary of the information about an Amazon Web Services Lambda function affected by a finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSLAMBDAFUNCTION() |
Getter for AWSLAMBDAFUNCTION |
codeRepository¶
Contains details about a code repository resource associated with a finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEREPOSITORY() |
Getter for CODEREPOSITORY |