Creates an Amazon Quick Sight account, or subscribes to Amazon Quick Sight Q
Source:R/quicksight_operations.R
quicksight_create_account_subscription.RdCreates an Amazon Quick Sight account, or subscribes to Amazon Quick Sight Q.
See https://www.paws-r-sdk.com/docs/quicksight_create_account_subscription/ for full documentation.
Usage
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
)Arguments
- Edition
The edition of Amazon Quick Sight that you want your account to have. Currently, you can choose from
ENTERPRISEorENTERPRISE_AND_Q.If you choose
ENTERPRISE_AND_Q, the following parameters are required:FirstNameLastNameEmailAddressContactNumber
- AuthenticationMethod
[required] The method that you want to use to authenticate your Quick Sight account.
If you choose
ACTIVE_DIRECTORY, provide anActiveDirectoryNameand anAdminGroupassociated with your Active Directory.If you choose
IAM_IDENTITY_CENTER, provide anAdminGroupassociated with your IAM Identity Center account.- AwsAccountId
[required] The Amazon Web Services account ID of the account that you're using to create your Quick Sight account.
- AccountName
[required] The name of your Amazon Quick Sight account. This name is unique over all of Amazon Web Services, and it appears only when users sign in. You can't change
AccountNamevalue after the Amazon Quick Sight account is created.- NotificationEmail
[required] The email address that you want Quick Sight to send notifications to regarding your Quick Sight account or Quick Sight subscription.
- ActiveDirectoryName
The name of your Active Directory. This field is required if
ACTIVE_DIRECTORYis the selected authentication method of the new Quick Sight account.- Realm
The realm of the Active Directory that is associated with your Quick Sight account. This field is required if
ACTIVE_DIRECTORYis the selected authentication method of the new Quick Sight account.- DirectoryId
The ID of the Active Directory that is associated with your Quick Sight account.
- AdminGroup
The admin group associated with your Active Directory or IAM Identity Center account. Either this field or the
AdminProGroupfield is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new Quick Sight account.For more information about using IAM Identity Center in Amazon Quick Sight, see Using IAM Identity Center with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide. For more information about using Active Directory in Amazon Quick Sight, see Using Active Directory with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide.
The author group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon Quick Sight, see Using IAM Identity Center with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide. For more information about using Active Directory in Amazon Quick Sight, see Using Active Directory with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight 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 Quick Sight, see Using IAM Identity Center with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide. For more information about using Active Directory in Amazon Quick Sight, see Using Active Directory with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide.
- AdminProGroup
The admin pro group associated with your Active Directory or IAM Identity Center account. Either this field or the
AdminGroupfield is required ifACTIVE_DIRECTORYorIAM_IDENTITY_CENTERis the selected authentication method of the new Quick Sight account.For more information about using IAM Identity Center in Amazon Quick Sight, see Using IAM Identity Center with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide. For more information about using Active Directory in Amazon Quick Sight, see Using Active Directory with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide.
The author pro group associated with your Active Directory or IAM Identity Center account.
For more information about using IAM Identity Center in Amazon Quick Sight, see Using IAM Identity Center with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide. For more information about using Active Directory in Amazon Quick Sight, see Using Active Directory with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight 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 Quick Sight, see Using IAM Identity Center with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide. For more information about using Active Directory in Amazon Quick Sight, see Using Active Directory with Amazon Quick Sight Enterprise Edition in the Amazon Quick Sight User Guide.
- FirstName
The first name of the author of the Amazon Quick Sight account to use for future communications. This field is required if
ENTERPPRISE_AND_Qis the selected edition of the new Amazon Quick Sight account.- LastName
The last name of the author of the Amazon Quick Sight account to use for future communications. This field is required if
ENTERPPRISE_AND_Qis the selected edition of the new Amazon Quick Sight account.- EmailAddress
The email address of the author of the Amazon Quick Sight account to use for future communications. This field is required if
ENTERPPRISE_AND_Qis the selected edition of the new Amazon Quick Sight account.- ContactNumber
A 10-digit phone number for the author of the Amazon Quick Sight account to use for future communications. This field is required if
ENTERPPRISE_AND_Qis the selected edition of the new Amazon Quick Sight account.- IAMIdentityCenterInstanceArn
The Amazon Resource Name (ARN) for the IAM Identity Center instance.