Class: Aws::QuickSight::Types::CreateAccountSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateAccountSubscriptionRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_name ⇒ String
The name of your Amazon Quick Sight account.
-
#active_directory_name ⇒ String
The name of your Active Directory.
-
#admin_group ⇒ Array<String>
The admin group associated with your Active Directory or IAM Identity Center account.
-
#admin_pro_group ⇒ Array<String>
The admin pro group associated with your Active Directory or IAM Identity Center account.
-
#authentication_method ⇒ String
The method that you want to use to authenticate your Quick Sight account.
-
#author_group ⇒ Array<String>
The author group associated with your Active Directory or IAM Identity Center account.
-
#author_pro_group ⇒ Array<String>
The author pro group associated with your Active Directory or IAM Identity Center account.
-
#aws_account_id ⇒ String
The Amazon Web Services account ID of the account that you're using to create your Quick Sight account.
-
#contact_number ⇒ String
A 10-digit phone number for the author of the Amazon Quick Sight account to use for future communications.
-
#directory_id ⇒ String
The ID of the Active Directory that is associated with your Quick Sight account.
-
#edition ⇒ String
The edition of Amazon Quick Sight that you want your account to have.
-
#email_address ⇒ String
The email address of the author of the Amazon Quick Sight account to use for future communications.
-
#first_name ⇒ String
The first name of the author of the Amazon Quick Sight account to use for future communications.
-
#iam_identity_center_instance_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
-
#last_name ⇒ String
The last name of the author of the Amazon Quick Sight account to use for future communications.
-
#notification_email ⇒ String
The email address that you want Quick Sight to send notifications to regarding your Quick Sight account or Quick Sight subscription.
-
#reader_group ⇒ Array<String>
The reader group associated with your Active Directory or IAM Identity Center account.
-
#reader_pro_group ⇒ Array<String>
The reader pro group associated with your Active Directory or IAM Identity Center account.
-
#realm ⇒ String
The realm of the Active Directory that is associated with your Quick Sight account.
Instance Attribute Details
#account_name ⇒ String
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 AccountName value after the Amazon Quick
Sight account is created.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#active_directory_name ⇒ String
The name of your Active Directory. This field is required if
ACTIVE_DIRECTORY is the selected authentication method of the new
Quick Sight account.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#admin_group ⇒ Array<String>
The admin group associated with your Active Directory or IAM
Identity Center account. Either this field or the AdminProGroup
field is required if ACTIVE_DIRECTORY or IAM_IDENTITY_CENTER is
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.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#admin_pro_group ⇒ Array<String>
The admin pro group associated with your Active Directory or IAM
Identity Center account. Either this field or the AdminGroup field
is required if ACTIVE_DIRECTORY or IAM_IDENTITY_CENTER is 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.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#authentication_method ⇒ String
The method that you want to use to authenticate your Quick Sight account.
If you choose ACTIVE_DIRECTORY, provide an ActiveDirectoryName
and an AdminGroup associated with your Active Directory.
If you choose IAM_IDENTITY_CENTER, provide an AdminGroup
associated with your IAM Identity Center account.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#author_group ⇒ Array<String>
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.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#author_pro_group ⇒ Array<String>
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.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The Amazon Web Services account ID of the account that you're using to create your Quick Sight account.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#contact_number ⇒ String
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_Q is the selected edition of the new Amazon Quick
Sight account.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The ID of the Active Directory that is associated with your Quick Sight account.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#edition ⇒ String
The edition of Amazon Quick Sight that you want your account to
have. Currently, you can choose from ENTERPRISE or
ENTERPRISE_AND_Q.
If you choose ENTERPRISE_AND_Q, the following parameters are
required:
FirstNameLastNameEmailAddressContactNumber
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#email_address ⇒ String
The email address of the author of the Amazon Quick Sight account to
use for future communications. This field is required if
ENTERPPRISE_AND_Q is the selected edition of the new Amazon Quick
Sight account.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#first_name ⇒ String
The first name of the author of the Amazon Quick Sight account to
use for future communications. This field is required if
ENTERPPRISE_AND_Q is the selected edition of the new Amazon Quick
Sight account.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#iam_identity_center_instance_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM Identity Center instance.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#last_name ⇒ String
The last name of the author of the Amazon Quick Sight account to use
for future communications. This field is required if
ENTERPPRISE_AND_Q is the selected edition of the new Amazon Quick
Sight account.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#notification_email ⇒ String
The email address that you want Quick Sight to send notifications to regarding your Quick Sight account or Quick Sight subscription.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#reader_group ⇒ Array<String>
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.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#reader_pro_group ⇒ Array<String>
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.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |
#realm ⇒ String
The realm of the Active Directory that is associated with your Quick
Sight account. This field is required if ACTIVE_DIRECTORY is the
selected authentication method of the new Quick Sight account.
7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7491 class CreateAccountSubscriptionRequest < Struct.new( :edition, :authentication_method, :aws_account_id, :account_name, :notification_email, :active_directory_name, :realm, :directory_id, :admin_group, :author_group, :reader_group, :admin_pro_group, :author_pro_group, :reader_pro_group, :first_name, :last_name, :email_address, :contact_number, :iam_identity_center_instance_arn) SENSITIVE = [] include Aws::Structure end |