ProviderServiceSummary
A list of ProviderService
objects, each of which contain the fields
providerName
, providerServiceArn
,
providerServiceName
, and providerServiceType
.
Contents
- providerName
-
The name of the provider. This name is typically the company name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z_0-9-]*$
Required: Yes
- providerServiceArn
-
The ARN (Amazon Resource Name) that AWS Entity Resolution generated for the
providerService
.Type: String
Length Constraints: Minimum length of 20. Maximum length of 255.
Pattern:
^arn:(aws|aws-us-gov|aws-cn):(entityresolution):([a-z]{2}-[a-z]{1,10}-[0-9])::providerservice/([a-zA-Z0-9_-]{1,255})/([a-zA-Z0-9_-]{1,255})$
Required: Yes
- providerServiceDisplayName
-
The display name of the provider service.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 255.
Required: Yes
- providerServiceName
-
The name of the product that the provider service provides.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z_0-9-]*$
Required: Yes
- providerServiceType
-
The type of provider service.
Type: String
Valid Values:
ASSIGNMENT | ID_MAPPING
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: