ServiceNow CMDB CI relationship sync: faster, more complete →
Mods
ServiceNow

Policy: AWS > EC2 > Key Pair > 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 > EC2 > Key Pair 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_ec2_keypair
label: AWS > EC2 > Key Pair
extendsTable: cmdb_ci
columns:
- name: account_id
label: Account ID
type: string
size: 15
- name: id
label: Key Pair ID
type: string
- name: key_fingerprint
label: Key Fingerprint
type: string
- name: region
label: Region Name
type: string
size: 50
- name: tags
label: Tags
type: string
size: 10000

Category

In Your Workspace

Developers