VSS.WebScan
Element Description
VSS provides one-stop security detection services, including website vulnerability scanning, OS vulnerability scanning, asset compliance check, configuration baseline scanning, and weak password scanning, meeting standards compliance requirements.
Element Properties
| 
        Property  | 
      
        Required  | 
      
        Descripiton  | 
     
|---|---|---|
| 
        resources  | 
      
        Yes  | 
      
        A list of resources to create. Currently, the length of list should not be larger than 1. Type: VSS.Resource Array  | 
     
Relationships Between Elements
None.
Return Value
None.
Blueprint Example
tosca_definitions_version: huaweicloud_tosca_version_1_0
description: Vulnerability Scan Service
inputs:
  domain-num:
    type: integer
node_templates:
  webscan-app:
    type: HuaweiCloud.VSS.WebScan
    properties:
      resources:
        - 
          cloudServiceType: hws.service.type.webscan
          resourceType: hws.resource.type.webscan
          resourceSpecCode: webscan.professional
          resourceSize: 
            get_input: domain-num
outputs:  
  waf-deployment:
    description: The container app name in cce
    value: { get_attribute: [ webscan-app, Deployment, name ] }
 Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.