aws.iam.get_saml_provider
Example SQL Queries
SELECT * FROMaws.iam.get_saml_providerWHERE"saml_provider_arn" = 'VALUE';Description
Returns the SAML provider metadocument that was uploaded when the IAM SAML provider resource object was created or updated.
This operation requires Signature Version 4.
Table Definition
| Column Name | Column Data Type |
|---|---|
| saml_provider_arn Required Input Column The Amazon Resource Name (ARN) of the SAML provider resource object in IAM to get information about. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. | 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
| |
| create_date The date and time when the SAML provider was created. | TIMESTAMP_S |
| saml_metadata_document The XML metadata document that includes information about an identity provider. | VARCHAR |
| tags A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide. | STRUCT( |
Show child fields
| |
| valid_until The expiration date and time for the SAML provider. | TIMESTAMP_S |