You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`aws_region`| AWS region where the resources will be created |`string`| n/a | yes |
57
58
|`account_id`| AWS account ID |`string`| n/a | yes |
58
59
|`lambda_log_group`| Name of the CloudWatch Log Group for the Lambda function |`string`| n/a | yes |
60
+
|`lambda_zip`| File location of the lambda zip file for remediation |`string`|`lambda.zip`| yes |
59
61
|`remediation_options`| Options for the remediation document |`object`| n/a | yes |
60
62
|`remediation_options.region`| The region to use |`string`|`us-east-1`| no |
61
63
|`remediation_options.reboot_option`| Reboot option for patching |`string`|`NoReboot`| no |
62
64
|`remediation_options.target_ec2_tag_name`| The tag name to filter EC2 instances |`string`|`AmazonECSManaged`| no |
63
65
|`remediation_options.target_ec2_tag_value`| The tag value to filter EC2 instances |`string`|`true`| no |
64
-
|`remediation_options.vulnerability_severities`|List of vulnerability severities to filter findings |`list(string)`|`["CRITICAL, HIGH"]`| no |
65
-
|`remediation_options.override_findings_for_target_instances_ids`|List of instance IDs to override findings for target instances |`list(string)`|`[]`| no |
66
+
|`remediation_options.vulnerability_severities`|Comma separated list of vulnerability severities to filter findings |`string`|`"CRITICAL, HIGH"`| no |
67
+
|`remediation_options.override_findings_for_target_instances_ids`|Comma separated list of instance IDs to override findings for target instances |`string`|`""`| no |
|`aws_region`| AWS region where the resources will be created |`string`| n/a | yes |
44
45
|`account_id`| AWS account ID |`string`| n/a | yes |
45
46
|`lambda_log_group`| Name of the CloudWatch Log Group for the Lambda function |`string`| n/a | yes |
47
+
|`lambda_zip`| File location of the lambda zip file for remediation |`string`|`lambda.zip`| yes |
46
48
|`remediation_options`| Options for the remediation document |`object`| n/a | yes |
47
49
|`remediation_options.region`| The region to use |`string`|`us-east-1`| no |
48
50
|`remediation_options.reboot_option`| Reboot option for patching |`string`|`NoReboot`| no |
49
51
|`remediation_options.target_ec2_tag_name`| The tag name to filter EC2 instances |`string`|`AmazonECSManaged`| no |
50
52
|`remediation_options.target_ec2_tag_value`| The tag value to filter EC2 instances |`string`|`true`| no |
51
-
|`remediation_options.vulnerability_severities`|List of vulnerability severities to filter findings |`list(string)`|`["CRITICAL, HIGH"]`| no |
52
-
|`remediation_options.override_findings_for_target_instances_ids`|List of instance IDs to override findings for target instances |`list(string)`|`[]`| no |
53
+
|`remediation_options.vulnerability_severities`|Comma separated list of vulnerability severities to filter findings |`string`|`"CRITICAL, HIGH"`| no |
54
+
|`remediation_options.override_findings_for_target_instances_ids`|Comma separated list of instance IDs to override findings for target instances |`string`|`""`| no |
"description": "(Optional) List of vulnerability severities to filter findings. Allowed values are comma separated list of : CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL",
40
+
"vulnerabilitySeverities": {
41
+
"type": "String",
42
+
"description": "(Optional) Comma separated list of vulnerability severities to filter findings. Allowed values are comma separated list of : CRITICAL, HIGH, MEDIUM, LOW, INFORMATIONAL",
"description": "(Optional) List of instance IDs to override findings for target instances. If not provided, all matched findings will be remediated. Values are in comma separated list of instance IDs.",
45
+
"overrideFindingsForTargetInstancesIDs": {
46
+
"type": "String",
47
+
"description": "(Optional) Comma separated list of instance IDs to override findings for target instances. If not provided, all matched findings will be remediated. Values are in comma separated list of instance IDs.",
0 commit comments