D
DatadogApi
Arcade Native

ActivateAwsScanOptions

DatadogApi.ActivateAwsScanOptions

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Activate Agentless scan options for an AWS account.

Input Parameters

{
  "parameters": [
    {
      "name": "aws_account_id",
      "required": true,
      "inferrable": true,
      "description": "The ID of the AWS account for which to activate scan options.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "enable_container_vulnerability_scanning",
      "required": true,
      "inferrable": true,
      "description": "Enable scanning for vulnerabilities in containers when set to true.",
      "value_schema": {
        "val_type": "boolean"
      }
    },
    {
      "name": "enable_lambda_function_scanning",
      "required": true,
      "inferrable": true,
      "description": "Enable scanning of Lambda functions. Set to true to enable, false to disable.",
      "value_schema": {
        "val_type": "boolean"
      }
    },
    {
      "name": "enable_sensitive_data_scanning",
      "required": true,
      "inferrable": true,
      "description": "Indicates if scanning for sensitive data is enabled for the AWS account.",
      "value_schema": {
        "val_type": "boolean"
      }
    },
    {
      "name": "enable_vulnerability_scan_host_os",
      "required": true,
      "inferrable": true,
      "description": "Indicates if scanning for vulnerabilities in host operating systems is enabled.",
      "value_schema": {
        "val_type": "boolean"
      }
    },
    {
      "name": "resource_type",
      "required": false,
      "inferrable": true,
      "description": "Specifies the resource type to activate. Must be 'aws_scan_options'.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'CreateAwsScanOptions'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}