AWS Security ChangesHomeSearch

AWS cognito documentation change

Service: cognito · 2025-06-28 · Documentation low

File: cognito/latest/developerguide/cognito-identity_example_cognito-identity_DescribeIdentityPool_section.md

Summary

Added PowerShell V5 example for DescribeIdentityPool

Security assessment

Adds example for retrieving pool details without modifying security configurations or policies. Standard operational documentation.

Diff

diff --git a/cognito/latest/developerguide/cognito-identity_example_cognito-identity_DescribeIdentityPool_section.md b/cognito/latest/developerguide/cognito-identity_example_cognito-identity_DescribeIdentityPool_section.md
index cca3e9c46..69ca5b79d 100644
--- a//cognito/latest/developerguide/cognito-identity_example_cognito-identity_DescribeIdentityPool_section.md
+++ b//cognito/latest/developerguide/cognito-identity_example_cognito-identity_DescribeIdentityPool_section.md
@@ -76,0 +77,28 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: Retrieves information about a specific Identity Pool by its id.**
+    
+    
+    Get-CGIIdentityPool -IdentityPoolId us-east-1:0de2af35-2988-4d0b-b22d-EXAMPLEGUID1
+    
+
+**Output:**
+    
+    
+    LoggedAt                       : 8/12/2015 4:29:40 PM
+    AllowUnauthenticatedIdentities : True
+    DeveloperProviderName          :
+    IdentityPoolId                 : us-east-1:0de2af35-2988-4d0b-b22d-EXAMPLEGUID1
+    IdentityPoolName               : CommonTests1
+    OpenIdConnectProviderARNs      : {}
+    SupportedLoginProviders        : {}
+    ResponseMetadata               : Amazon.Runtime.ResponseMetadata
+    ContentLength                  : 142
+    HttpStatusCode                 : OK
+
+  * For API details, see [DescribeIdentityPool](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+