aws.sso_admin.get_application_assignment_configuration
Example SQL Queries
SELECT * FROMaws.sso_admin.get_application_assignment_configurationWHERE"application_arn" = 'VALUE';Description
Retrieves the configuration of PutApplicationAssignmentConfiguration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_arn Required Input Column Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| assignment_required If AssignmentsRequired is true (default value), users don’t have access to the application unless an assignment is created using the CreateApplicationAssignment API. If false, all users have access to the application. | BOOLEAN |