Skip to content

/AWS1/CL_IN2RESOURCESTATUS

Details the status of Amazon Inspector for each resource type Amazon Inspector scans.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_ec2 TYPE /AWS1/IN2STATUS /AWS1/IN2STATUS

The status of Amazon Inspector scanning for Amazon EC2 resources.

iv_ecr TYPE /AWS1/IN2STATUS /AWS1/IN2STATUS

The status of Amazon Inspector scanning for Amazon ECR resources.

Optional arguments:

iv_lambda TYPE /AWS1/IN2STATUS /AWS1/IN2STATUS

The status of Amazon Inspector scanning for Amazon Web Services Lambda function.

iv_lambdacode TYPE /AWS1/IN2STATUS /AWS1/IN2STATUS

The status of Amazon Inspector scanning for custom application code for Amazon Web Services Lambda functions.

iv_coderepository TYPE /AWS1/IN2STATUS /AWS1/IN2STATUS

The status of Amazon Inspector scanning for code repositories.


Queryable Attributes

ec2

The status of Amazon Inspector scanning for Amazon EC2 resources.

Accessible with the following methods

Method Description
GET_EC2() Getter for EC2, with configurable default
ASK_EC2() Getter for EC2 w/ exceptions if field has no value
HAS_EC2() Determine if EC2 has a value

ecr

The status of Amazon Inspector scanning for Amazon ECR resources.

Accessible with the following methods

Method Description
GET_ECR() Getter for ECR, with configurable default
ASK_ECR() Getter for ECR w/ exceptions if field has no value
HAS_ECR() Determine if ECR has a value

lambda

The status of Amazon Inspector scanning for Amazon Web Services Lambda function.

Accessible with the following methods

Method Description
GET_LAMBDA() Getter for LAMBDA, with configurable default
ASK_LAMBDA() Getter for LAMBDA w/ exceptions if field has no value
HAS_LAMBDA() Determine if LAMBDA has a value

lambdaCode

The status of Amazon Inspector scanning for custom application code for Amazon Web Services Lambda functions.

Accessible with the following methods

Method Description
GET_LAMBDACODE() Getter for LAMBDACODE, with configurable default
ASK_LAMBDACODE() Getter for LAMBDACODE w/ exceptions if field has no value
HAS_LAMBDACODE() Determine if LAMBDACODE has a value

codeRepository

The status of Amazon Inspector scanning for code repositories.

Accessible with the following methods

Method Description
GET_CODEREPOSITORY() Getter for CODEREPOSITORY, with configurable default
ASK_CODEREPOSITORY() Getter for CODEREPOSITORY w/ exceptions if field has no valu
HAS_CODEREPOSITORY() Determine if CODEREPOSITORY has a value