cognitoidentityprovider_get_identity_provider_by_identifier: Gets the specified identity provider
Description
Gets the specified identity provider.
Usage
cognitoidentityprovider_get_identity_provider_by_identifier(UserPoolId,
IdpIdentifier)
Arguments
UserPoolId
[required] The user pool ID.
IdpIdentifier
[required] The identity provider ID.
Request syntax
svc$get_identity_provider_by_identifier(
UserPoolId = "string",
IdpIdentifier = "string"
)