/AWS1/CL_IN2RESOURCESTATE¶
Details the state of Amazon Inspector for each resource type Amazon Inspector scans.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
io_ec2
TYPE REF TO /AWS1/CL_IN2STATE
/AWS1/CL_IN2STATE
¶
An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.
io_ecr
TYPE REF TO /AWS1/CL_IN2STATE
/AWS1/CL_IN2STATE
¶
An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.
Optional arguments:¶
io_lambda
TYPE REF TO /AWS1/CL_IN2STATE
/AWS1/CL_IN2STATE
¶
An object that described the state of Amazon Inspector scans for an account.
io_lambdacode
TYPE REF TO /AWS1/CL_IN2STATE
/AWS1/CL_IN2STATE
¶
An object that described the state of Amazon Inspector scans for an account.
io_coderepository
TYPE REF TO /AWS1/CL_IN2STATE
/AWS1/CL_IN2STATE
¶
codeRepository
Queryable Attributes¶
ec2¶
An object detailing the state of Amazon Inspector scanning for Amazon EC2 resources.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EC2() |
Getter for EC2 |
ecr¶
An object detailing the state of Amazon Inspector scanning for Amazon ECR resources.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ECR() |
Getter for ECR |
lambda¶
An object that described the state of Amazon Inspector scans for an account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LAMBDA() |
Getter for LAMBDA |
lambdaCode¶
An object that described the state of Amazon Inspector scans for an account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LAMBDACODE() |
Getter for LAMBDACODE |
codeRepository¶
codeRepository
Accessible with the following methods¶
Method | Description |
---|---|
GET_CODEREPOSITORY() |
Getter for CODEREPOSITORY |