aws.workspaces_web.get_identity_provider
Example SQL Queries
SELECT * FROMaws.workspaces_web.get_identity_providerWHERE"identity_provider_arn" = 'VALUE';Description
Gets the identity provider.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identity_provider_arn Required Input Column The ARN of the identity provider. | 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 |
| identity_provider The identity provider. | STRUCT( |
Show child fields
| |