GetAccountSettings
Source:
src/AWS/ResourceGroups/GetAccountSettings.ts
Runtime binding for resource-groups:GetAccountSettings.
Reads the account’s Resource Groups settings — most importantly whether
group lifecycle events (the EventBridge feed consumed by
consumeGroupEvents) are ACTIVE, INACTIVE, or stuck in
ERROR. Provide the implementation with
Effect.provide(AWS.ResourceGroups.GetAccountSettingsHttp).
Account Settings
Section titled “Account Settings”// initconst getAccountSettings = yield* AWS.ResourceGroups.GetAccountSettings();
// runtimeconst { AccountSettings } = yield* getAccountSettings();const status = AccountSettings?.GroupLifecycleEventsStatus;