Interface IIdentityPool
(experimental) Represents a Cognito Identity Pool.
Namespace: Amazon.CDK.AWS.Cognito.IdentityPool.Alpha
Assembly: Amazon.CDK.AWS.Cognito.IdentityPool.Alpha.dll
Syntax (csharp)
public interface IIdentityPool : IResource
Syntax (vb)
Public Interface IIdentityPool
Inherits IResource, IConstruct, IDependable
Remarks
Stability: Experimental
Synopsis
Properties
IdentityPoolArn | (experimental) The ARN of the Identity Pool. |
IdentityPoolId | (experimental) The ID of the Identity Pool in the format REGION:GUID. |
IdentityPoolName | (experimental) Name of the Identity Pool. |
Properties
IdentityPoolArn
(experimental) The ARN of the Identity Pool.
string IdentityPoolArn { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true
IdentityPoolId
(experimental) The ID of the Identity Pool in the format REGION:GUID.
string IdentityPoolId { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true
IdentityPoolName
(experimental) Name of the Identity Pool.
string IdentityPoolName { get; }
Property Value
System.String
Remarks
Stability: Experimental
Attribute: true