paws.security.identity (version 0.1.0)

cognitoidentityprovider_create_identity_provider: Creates an identity provider for a user pool

Description

Creates an identity provider for a user pool.

Usage

cognitoidentityprovider_create_identity_provider(UserPoolId,
  ProviderName, ProviderType, ProviderDetails, AttributeMapping,
  IdpIdentifiers)

Arguments

UserPoolId

[required] The user pool ID.

ProviderName

[required] The identity provider name.

ProviderType

[required] The identity provider type.

ProviderDetails

[required] The identity provider details, such as MetadataURL and MetadataFile.

AttributeMapping

A mapping of identity provider attributes to standard and custom user pool attributes.

IdpIdentifiers

A list of identity provider identifiers.

Request syntax

svc$create_identity_provider(
  UserPoolId = "string",
  ProviderName = "string",
  ProviderType = "SAML"|"Facebook"|"Google"|"LoginWithAmazon"|"OIDC",
  ProviderDetails = list(
    "string"
  ),
  AttributeMapping = list(
    "string"
  ),
  IdpIdentifiers = list(
    "string"
  )
)