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 |
---|---|---|
name | string | |
saml_metadata_document | string | |
arn | string | Amazon Resource Name (ARN) of the SAML provider |
tags | array | |
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