aws.appstream.describe_directory_configs
Example SQL Queries
SELECT * FROMaws.appstream.describe_directory_configs;Description
Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
Although the response syntax in this topic includes the account password, this password is not returned in the actual response.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_names Input Column The directory names. | VARCHAR[] |
Show child fields
| |
| _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
| |
| certificate_based_auth_properties The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates. | STRUCT( |
Show child fields
| |
| created_time The time the directory configuration was created. | TIMESTAMP_S |
| directory_name The fully qualified name of the directory (for example, corp.example.com). | VARCHAR |
| organizational_unit_distinguished_names The distinguished names of the organizational units for computer accounts. | VARCHAR[] |
Show child fields
| |
| service_account_credentials The credentials for the service account used by the fleet or image builder to connect to the directory. | STRUCT( |
Show child fields
| |