oidc_provider_tags
Expands all tag keys and values for oidc_providers
in a region
Overview
Name | oidc_provider_tags |
Type | Resource |
Description | Resource Type definition for AWS::IAM::OIDCProvider |
Id | aws.iam.oidc_provider_tags |
Fields
Name | Datatype | Description |
---|---|---|
client_id_list | array | |
url | string | |
thumbprint_list | array | |
arn | string | Amazon Resource Name (ARN) of the OIDC 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 oidc_providers
in a region.
SELECT
region,
client_id_list,
url,
thumbprint_list,
arn,
tag_key,
tag_value
FROM aws.iam.oidc_provider_tags
;
Permissions
For permissions required to operate on the oidc_provider_tags
resource, see oidc_providers