Guardrails for GitHub →
Mods
ServiceNow

Policy: AWS > Account > ServiceNow > Table > Definition

The policy enables the definition of ServiceNow table properties, including its name and the base table from which it extends, and details the specific columns required for representing AWS > Account data.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Policy Specification

Schema Type
object
Default
table:
name: guardrails_aws_account
label: AWS > Account
extendsTable: cmdb_ci
columns:
- name: alternate_security_contact
label: Alternate Security Contact
type: string
size: 1000
- name: arn
label: ARN
type: string
- name: email
label: Email
type: string
- name: id
label: ID
type: string
size: 15
- name: joined_method
label: Joined Method
type: string
- name: joined_status
label: Joined Status
type: string
- name: organization
label: Organization
type: string
size: 1000
- name: status
label: Status
type: string
size: 50

Category

In Your Workspace

Developers