Skip to content

Get Account Settings

resourcegroups_get_account_settings R Documentation

Retrieves the current status of optional features in Resource Groups

Description

Retrieves the current status of optional features in Resource Groups.

Usage

resourcegroups_get_account_settings()

Value

A list with the following syntax:

list(
  AccountSettings = list(
    GroupLifecycleEventsDesiredStatus = "ACTIVE"|"INACTIVE",
    GroupLifecycleEventsStatus = "ACTIVE"|"INACTIVE"|"IN_PROGRESS"|"ERROR",
    GroupLifecycleEventsStatusMessage = "string"
  )
)