Data Source: aws_saml_provider

This data source can be used to fetch information about a specific IAM SAML provider. This will allow you to easily retrieve the metadata document of an existing SAML provider.

Example Usage

data "aws_iam_saml_provider" "example" {
  arn = "arn:aws:iam::123456789:saml-provider/myprovider"
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above: