🚀Launch Week 09, June 30th - July 4th, 2025🚀
Mods
AWS

Policy: AWS > VPC > VPC > Intelligent Assessment > Context

This policy defines the context information in JSON format that will be provided to the configured AI provider for the intelligent assessment of the AWS VPC vpc. By default, the context includes the resource's attributes and metadata required for accurate evaluation. You may customize this context to include additional information relevant to your assessment needs.

Targets

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Setting this policy configures this control:

Policy Specification

Schema Type
object
Default template
{% if $.intelligentAssessment != 'Skip' %}{{ $.resource.data | json }}{% endif %}
Default template input
- |
{
intelligentAssessment: policy(uri: "#/policy/types/vpcIntelligentAssessment")
}
- |
{
intelligentAssessment: policy(uri: "#/policy/types/vpcIntelligentAssessment")
{% if $.intelligentAssessment != "Skip" %}
resource: vpc {
data
metadata
}
{% endif %}
}

Category

In Your Workspace

Developers