Mods
ServiceNow

Policy: AWS > EC2 > Volume > 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 > Volume 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_volume
label: AWS > EC2 > Volume
extendsTable: cmdb_ci
columns:
- name: account_id
label: Account ID
- name: arn
label: ARN
- name: attachments
label: Attachments
type: string
size: 1000
- name: availability_zone
label: Availability Zone
- name: create_time
label: Create Time
- name: encrypted
label: Encrypted
type: boolean
- name: iops
label: IOPS
- name: kms_key_id
label: Kms Key ID
- name: multi_attach_enabled
label: Multi Attach Enabled
type: boolean
- name: region
label: Region
- name: size
label: Size
- name: snapshot_id
label: Snapshot ID
- name: state
label: State
- name: tags
label: Tags
type: string
size: 1000
- name: volume_id
label: Volume ID
- name: volume_type
label: Volume Type

Category

In Your Workspace

Developers