saml_provider_tags
Expands all tag keys and values for saml_providers
in a region
Overview
Name | saml_provider_tags |
Type | Resource |
Description | Resource Type definition for AWS::IAM::SAMLProvider |
Id | aws.iam.saml_provider_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
saml_metadata_document | string | |
arn | string | Amazon Resource Name (ARN) of the SAML provider |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all saml_providers
in a region.
SELECT
region,
name,
saml_metadata_document,
arn,
tag_key,
tag_value
FROM aws.iam.saml_provider_tags
;
Permissions
For permissions required to operate on the saml_provider_tags
resource, see saml_providers