Mods
ServiceNow

Policy: AWS > S3 > Bucket > 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 > S3 > Bucket 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_s3_bucket
label: AWS > S3 > Bucket
extendsTable: cmdb_ci
columns:
- name: account_id
label: Account ID
- name: arn
label: ARN
- name: block_public_acls
label: Block Public ACLs
type: boolean
- name: block_public_policy
label: Block Public Policy
type: boolean
- name: bucket_name
label: Bucket Name
- name: creation_date
label: Creation Date
- name: ignore_public_acls
label: Ignore Public ACLs
type: boolean
- name: lifecycle_rules
label: Lifecycle Rules
type: string
size: 1000
- name: logging
label: Logging
type: string
size: 1000
- name: region
label: Region
- name: replication
label: Replication
type: string
size: 1000
- name: restrict_public_buckets
label: Restrict Public Buckets
type: boolean
- name: server_side_encryption_configuration
label: Server Side Encryption Configuration
type: string
size: 1000
- name: tags
label: Tags
type: string
size: 1000
- name: versioning_enabled
label: Versioning Enabled
- name: website_configuration
label: Website Configuration
type: string
size: 1000

Category

In Your Workspace

Developers