Attributes for the AWS scan options.

Hierarchy

  • AwsScanOptionsAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
lambda?: boolean

Indicates if scanning of Lambda functions is enabled.

sensitiveData?: boolean

Indicates if scanning for sensitive data is enabled.

vulnContainersOs?: boolean

Indicates if scanning for vulnerabilities in containers is enabled.

vulnHostOs?: boolean

Indicates if scanning for vulnerabilities in hosts is enabled.

Generated using TypeDoc