Show / Hide Table of Contents

Interface IIdentityPoolReference

A reference to a IdentityPool resource.

Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIdentityPoolReference
Syntax (vb)
Public Interface IIdentityPoolReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.Cognito;

            var identityPoolReference = new IdentityPoolReference {
                IdentityPoolId = "identityPoolId"
            };

Synopsis

Properties

IdentityPoolId

The Id of the IdentityPool resource.

Properties

IdentityPoolId

The Id of the IdentityPool resource.

string IdentityPoolId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX