@aws-cdk_aws-cognito-identitypool-alpha.IdentityPoolAmazonLoginProvider

interface IdentityPoolAmazonLoginProvider 🔹

LanguageType name
.NETAmazon.CDK.AWS.Cognito.IdentityPool.Alpha.IdentityPoolAmazonLoginProvider
Gogithub.com/aws/aws-cdk-go/awscdkcognitoidentitypoolalpha/v2#IdentityPoolAmazonLoginProvider
Javasoftware.amazon.awscdk.services.cognito.identitypool.alpha.IdentityPoolAmazonLoginProvider
Pythonaws_cdk.aws_cognito_identitypool_alpha.IdentityPoolAmazonLoginProvider
TypeScript (source)@aws-cdk/aws-cognito-identitypool-alpha » IdentityPoolAmazonLoginProvider

Login Provider for Identity Federation using Amazon Credentials.

Example

new IdentityPool(this, 'myidentitypool', {
  identityPoolName: 'myidentitypool',
  authenticationProviders: {
    amazon: {
      appId: 'amzn1.application.12312k3j234j13rjiwuenf',
    },
    facebook: {
      appId: '1234567890123',
    },
    google: {
      clientId: '12345678012.apps.googleusercontent.com',
    },
    apple: {
      servicesId: 'com.myappleapp.auth',
    },
    twitter: {
      consumerKey: 'my-twitter-id',
      consumerSecret: 'my-twitter-secret',
    },
  },
});

Properties

NameTypeDescription
appId🔹stringApp Id for Amazon Identity Federation.

appId🔹

Type: string

App Id for Amazon Identity Federation.