Interface IIdentityPool

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

@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)", date="2025-07-16T11:43:12.059Z") @Stability(Stable) public interface IIdentityPool extends software.amazon.jsii.JsiiSerializable, IResource
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.