aws.worklink.describe_identity_provider_configuration
Example SQL Queries
SELECT * FROMaws.worklink.describe_identity_provider_configurationWHERE"fleet_arn" = 'VALUE';Description
Describes the identity provider configuration of the specified fleet.
Table Definition
| Column Name | Column Data Type |
|---|---|
| fleet_arn Required Input Column The ARN of the fleet. | 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
| |
| identity_provider_saml_metadata The SAML metadata document provided by the user’s identity provider. | VARCHAR |
| identity_provider_type The type of identity provider. | VARCHAR |
| service_provider_saml_metadata The SAML metadata document uploaded to the user’s identity provider. | VARCHAR |