I'm using amazon web services. In the AWS CloudFormation I'm creating a template in JSON where I have to add Identity Pool as a resource where I have to use Google as Cognito Identity Provider. If we use Google as in CognitoIdentityProvider then what should be the value in the object ? i.e
"CognitoIdentityProvider":[
{
"ClientId": String,
"ProviderName": String,
"ServerSideTokenCheck": Boolean
}
]
Can anyone help me with the values of this object properties if we use Google as an CognitoIdentityProvider ? Please help.