/AWS1/CL_IN2AUTOENABLE¶
Represents which scan types are automatically enabled for new members of your Amazon Inspector organization.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_ec2
TYPE /AWS1/IN2BOOLEAN
/AWS1/IN2BOOLEAN
¶
Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.
iv_ecr
TYPE /AWS1/IN2BOOLEAN
/AWS1/IN2BOOLEAN
¶
Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.
Optional arguments:¶
iv_lambda
TYPE /AWS1/IN2BOOLEAN
/AWS1/IN2BOOLEAN
¶
Represents whether Amazon Web Services Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization.
iv_lambdacode
TYPE /AWS1/IN2BOOLEAN
/AWS1/IN2BOOLEAN
¶
Represents whether Lambda code scans are automatically enabled for new members of your Amazon Inspector organization.
iv_coderepository
TYPE /AWS1/IN2BOOLEAN
/AWS1/IN2BOOLEAN
¶
Represents whether code repository scans are automatically enabled for new members of your Amazon Inspector organization.
Queryable Attributes¶
ec2¶
Represents whether Amazon EC2 scans are automatically enabled for new members of your Amazon Inspector organization.
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¶
Represents whether Amazon ECR scans are automatically enabled for new members of your Amazon Inspector organization.
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¶
Represents whether Amazon Web Services Lambda standard scans are automatically enabled for new members of your Amazon Inspector organization.
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¶
Represents whether Lambda code scans are automatically enabled for new members of your Amazon Inspector organization.
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¶
Represents whether code repository scans are automatically enabled for new members of your Amazon Inspector organization.
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 |