Skip to content

Describe Account Settings

quicksight_describe_account_settings R Documentation

Describes the settings that were used when your Amazon QuickSight subscription was first created in this Amazon Web Services account

Description

Describes the settings that were used when your Amazon QuickSight subscription was first created in this Amazon Web Services account.

Usage

quicksight_describe_account_settings(AwsAccountId)

Arguments

AwsAccountId

[required] The ID for the Amazon Web Services account that contains the settings that you want to list.

Value

A list with the following syntax:

list(
  AccountSettings = list(
    AccountName = "string",
    Edition = "STANDARD"|"ENTERPRISE"|"ENTERPRISE_AND_Q",
    DefaultNamespace = "string",
    NotificationEmail = "string",
    PublicSharingEnabled = TRUE|FALSE,
    TerminationProtectionEnabled = TRUE|FALSE
  ),
  RequestId = "string",
  Status = 123
)

Request syntax

svc$describe_account_settings(
  AwsAccountId = "string"
)