identity_providers
Retrieves a list of identity_providers
in a region
Overview
Name | identity_providers |
Type | Resource |
Description | identity_providers |
Id | awscc.workspacesweb.identity_providers |
Fields
Name | Datatype | Description |
---|---|---|
identity_provider_arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
identity_provider_arn
FROM awscc.workspacesweb.identity_providers
WHERE region = 'us-east-1'
Permissions
To operate on the identity_providers
resource, the following permissions are required:
Create
workspaces-web:CreateIdentityProvider,
workspaces-web:GetIdentityProvider,
workspaces-web:ListTagsForResource,
workspaces-web:TagResource
List
workspaces-web:ListIdentityProviders