AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-28 · Documentation low

File: code-library/latest/ug/cognito-identity_example_cognito-identity_DescribeIdentityPool_section.md

Summary

Added PowerShell V5 example for DescribeIdentityPool

Security assessment

Basic information retrieval example without security configuration details

Diff

diff --git a/code-library/latest/ug/cognito-identity_example_cognito-identity_DescribeIdentityPool_section.md b/code-library/latest/ug/cognito-identity_example_cognito-identity_DescribeIdentityPool_section.md
index 7d840df16..e4b169744 100644
--- a//code-library/latest/ug/cognito-identity_example_cognito-identity_DescribeIdentityPool_section.md
+++ b//code-library/latest/ug/cognito-identity_example_cognito-identity_DescribeIdentityPool_section.md
@@ -78,0 +79,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)_. 
+
+
+
+