aws.sso_admin.describe_instance_access_control_attribute_configuration
Example SQL Queries
SELECT * FROMaws.sso_admin.describe_instance_access_control_attribute_configurationWHERE"instance_arn" = 'VALUE';Description
Returns the list of IAM Identity Center identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified IAM Identity Center instance. This will not return attributes configured and sent by an external identity provider. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_arn Required Input Column The ARN of the IAM Identity Center instance under which the operation will be executed. | 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
| |
| instance_access_control_attribute_configuration Gets the list of IAM Identity Center identity store attributes that have been added to your ABAC configuration. | STRUCT( |
Show child fields
| |
| status The status of the attribute configuration process. | VARCHAR |
| status_reason Provides more details about the current status of the specified attribute. | VARCHAR |