aws.entityresolution.list_provider_services
Example SQL Queries
SELECT * FROMaws.entityresolution.list_provider_services;Description
Returns a list of all the ProviderServices that are available in this Amazon Web Services Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| provider_name Input Column The name of the provider. This name is typically the company name. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| provider_service_arn The ARN (Amazon Resource Name) that Entity Resolution generated for the providerService. | VARCHAR |
| provider_service_display_name The display name of the provider service. | VARCHAR |
| provider_service_name The name of the product that the provider service provides. | VARCHAR |
| provider_service_type The type of provider service. | VARCHAR |