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.103.1 (build bef2dea)", date="2024-09-24T10:56:41.707Z") @Stability(Experimental) public interface IIdentityPool extends software.amazon.jsii.JsiiSerializable, IResource
(experimental) Represents a Cognito IdentityPool.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IIdentityPool.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) The ARN of the Identity Pool.
    (experimental) The id of the Identity Pool in the format REGION:GUID.
    (experimental) Name of the Identity Pool.

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.IResource

    applyRemovalPolicy, getEnv, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getIdentityPoolArn

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

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

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