Skip to content

aws.resource_groups.get_account_settings

Example SQL Queries

SELECT * FROM
aws.resource_groups.get_account_settings;

Description

Retrieves the current status of optional features in Resource Groups.

Table Definition

Column NameColumn Data Type
account_settings

The current settings for the optional features in Resource Groups.

STRUCT(
"group_lifecycle_events_desired_status" VARCHAR,
"group_lifecycle_events_status" VARCHAR,
"group_lifecycle_events_status_message" VARCHAR
)
Show child fields
account_settings.group_lifecycle_events_desired_status

The desired target status of the group lifecycle events feature. If

account_settings.group_lifecycle_events_status

The current status of the group lifecycle events feature.

account_settings.group_lifecycle_events_status_message

The text of any error message occurs during an attempt to turn group lifecycle events on or off.