aws.connect.list_authentication_profiles
Example SQL Queries
SELECT * FROMaws.connect.list_authentication_profilesWHERE"instance_id" = 'VALUE';Description
This API is in preview release for Amazon Connect and is subject to change. To request access to this API, contact Amazon Web Services Support.
Provides summary information about the authentication profiles in a specified Amazon Connect instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the authentication profile summary. | VARCHAR |
| id The unique identifier of the authentication profile. | VARCHAR |
| is_default Shows whether the authentication profile is the default authentication profile for the Amazon Connect instance. The default authentication profile applies to all agents in an Amazon Connect instance, unless overridden by another authentication profile. | BOOLEAN |
| last_modified_region The Amazon Web Services Region when the authentication profile summary was last modified. | VARCHAR |
| last_modified_time The timestamp when the authentication profile summary was last modified. | TIMESTAMP_S |
| name The name of the authentication profile summary. | VARCHAR |