saml_providers_list_only
Lists saml_providers in a region or regions, for all properties use saml_providers
Overview
| Name | saml_providers_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::IAM::SAMLProvider |
| Id | aws.iam.saml_providers_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | Amazon Resource Name (ARN) of the SAML provider |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all saml_providers in a region.
SELECT
region,
arn
FROM aws.iam.saml_providers_list_only
;
Permissions
For permissions required to operate on the saml_providers_list_only resource, see saml_providers