Skip to main content

identity_providers

Retrieves a list of identity_providers in a region

Overview

Nameidentity_providers
TypeResource
Descriptionidentity_providers
Idawscc.workspacesweb.identity_providers

Fields

NameDatatypeDescription
identity_provider_arnstring
regionstringAWS 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