cognitoidentity_update_identity_pool: Updates an identity pool

View source: R/cognitoidentity_operations.R

cognitoidentity_update_identity_poolR Documentation

Updates an identity pool

Description

Updates an identity pool.

See https://www.paws-r-sdk.com/docs/cognitoidentity_update_identity_pool/ for full documentation.

Usage

cognitoidentity_update_identity_pool(
  IdentityPoolId,
  IdentityPoolName,
  AllowUnauthenticatedIdentities,
  AllowClassicFlow = NULL,
  SupportedLoginProviders = NULL,
  DeveloperProviderName = NULL,
  OpenIdConnectProviderARNs = NULL,
  CognitoIdentityProviders = NULL,
  SamlProviderARNs = NULL,
  IdentityPoolTags = NULL
)

Arguments

IdentityPoolId

[required] An identity pool ID in the format REGION:GUID.

IdentityPoolName

[required] A string that you provide.

AllowUnauthenticatedIdentities

[required] TRUE if the identity pool supports unauthenticated logins.

AllowClassicFlow

Enables or disables the Basic (Classic) authentication flow. For more information, see Identity Pools (Federated Identities) Authentication Flow in the Amazon Cognito Developer Guide.

SupportedLoginProviders

Optional key:value pairs mapping provider names to provider app IDs.

DeveloperProviderName

The "domain" by which Cognito will refer to your users.

OpenIdConnectProviderARNs

The ARNs of the OpenID Connect providers.

CognitoIdentityProviders

A list representing an Amazon Cognito user pool and its client ID.

SamlProviderARNs

An array of Amazon Resource Names (ARNs) of the SAML provider for your identity pool.

IdentityPoolTags

The tags that are assigned to the identity pool. A tag is a label that you can apply to identity pools to categorize and manage them in different ways, such as by purpose, owner, environment, or other criteria.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.