identity_provider_tags
Expands all tag keys and values for identity_providers in a region
Overview
| Name | identity_provider_tags |
| Type | Resource |
| Description | Definition of AWS::WorkSpacesWeb::IdentityProvider Resource Type |
| Id | aws.workspacesweb.identity_provider_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
identity_provider_arn | string | |
identity_provider_details | object | |
identity_provider_name | string | |
identity_provider_type | string | |
portal_arn | string | |
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 identity_providers in a region.
SELECT
region,
identity_provider_arn,
identity_provider_details,
identity_provider_name,
identity_provider_type,
portal_arn,
tag_key,
tag_value
FROM aws.workspacesweb.identity_provider_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the identity_provider_tags resource, see identity_providers