View source: R/quicksight_operations.R
quicksight_create_account_subscription | R Documentation |
Creates an Amazon QuickSight account, or subscribes to Amazon QuickSight Q.
See https://www.paws-r-sdk.com/docs/quicksight_create_account_subscription/ for full documentation.
quicksight_create_account_subscription(
Edition = NULL,
AuthenticationMethod,
AwsAccountId,
AccountName,
NotificationEmail,
ActiveDirectoryName = NULL,
Realm = NULL,
DirectoryId = NULL,
AdminGroup = NULL,
AuthorGroup = NULL,
ReaderGroup = NULL,
AdminProGroup = NULL,
AuthorProGroup = NULL,
ReaderProGroup = NULL,
FirstName = NULL,
LastName = NULL,
EmailAddress = NULL,
ContactNumber = NULL,
IAMIdentityCenterInstanceArn = NULL
)
Edition |
The edition of Amazon QuickSight that you want your account to have.
Currently, you can choose from If you choose
|
AuthenticationMethod |
[required] The method that you want to use to authenticate your Amazon QuickSight account. If you choose If you choose |
AwsAccountId |
[required] The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account. |
AccountName |
[required] The name of your Amazon QuickSight account. This name is unique over all
of Amazon Web Services, and it appears only when users sign in. You
can't change |
NotificationEmail |
[required] The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription. |
ActiveDirectoryName |
The name of your Active Directory. This field is required if
|
Realm |
The realm of the Active Directory that is associated with your Amazon
QuickSight account. This field is required if |
DirectoryId |
The ID of the Active Directory that is associated with your Amazon QuickSight account. |
AdminGroup |
The admin group associated with your Active Directory or IAM Identity
Center account. Either this field or the For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. |
AuthorGroup |
The author group associated with your Active Directory or IAM Identity Center account. For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. |
ReaderGroup |
The reader group associated with your Active Directory or IAM Identity Center account. For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. |
AdminProGroup |
The admin pro group associated with your Active Directory or IAM
Identity Center account. Either this field or the For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. |
AuthorProGroup |
The author pro group associated with your Active Directory or IAM Identity Center account. For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. |
ReaderProGroup |
The reader pro group associated with your Active Directory or IAM Identity Center account. For more information about using IAM Identity Center in Amazon QuickSight, see Using IAM Identity Center with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. For more information about using Active Directory in Amazon QuickSight, see Using Active Directory with Amazon QuickSight Enterprise Edition in the Amazon QuickSight User Guide. |
FirstName |
The first name of the author of the Amazon QuickSight account to use for
future communications. This field is required if |
LastName |
The last name of the author of the Amazon QuickSight account to use for
future communications. This field is required if |
EmailAddress |
The email address of the author of the Amazon QuickSight account to use
for future communications. This field is required if |
ContactNumber |
A 10-digit phone number for the author of the Amazon QuickSight account
to use for future communications. This field is required if
|
IAMIdentityCenterInstanceArn |
The Amazon Resource Name (ARN) for the IAM Identity Center instance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.