Interface IIdentityPool

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IEnvironmentAware, IIdentityPoolRef, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IIdentityPool.Jsii$Default
All Known Implementing Classes:
IdentityPool, IIdentityPool.Jsii$Proxy

@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)", date="2026-02-03T13:58:20.303Z") @Stability(Stable) public interface IIdentityPool extends software.amazon.jsii.JsiiSerializable, IResource, IIdentityPoolRef
Represents a Cognito Identity Pool.
  • Method Details

    • getIdentityPoolArn

      @Stability(Stable) @NotNull String getIdentityPoolArn()
      The ARN of the Identity Pool.
    • getIdentityPoolId

      @Stability(Stable) @NotNull String getIdentityPoolId()
      The ID of the Identity Pool in the format REGION:GUID.
    • getIdentityPoolName

      @Stability(Stable) @NotNull String getIdentityPoolName()
      Name of the Identity Pool.