CARVIEW |
Select Language
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 2507
Connection: keep-alive
Date: Wed, 23 Jul 2025 17:02:19 GMT
Server: Server
Cache-Control: no-store, no-cache, must-revalidate
Expires: Thu, 01 Jan 1970 00:00:00 GMT
X-Frame-Options: SAMEORIGIN
Strict-Transport-Security: max-age=47304000; includeSubDomains
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Content-Security-Policy: upgrade-insecure-requests; script-src 'self' 'unsafe-inline' *.awsstatic.com *.cdn.uis.awsstatic.com *.cdn.console.awsstatic.com d2c.aws.amazon.com a0.awsstatic.com *.feedback.console.aws.dev insights.docs.aws.com wss://insights.docs.aws.com/prod; object-src 'none';
Last-Modified: Tue, 22 Jul 2025 21:00:12 GMT
ETag: "LSbETZBWkM0XWYJMYzGRQR/9cwM=-gzip"
Accept-Ranges: bytes
Content-Encoding: gzip
X-Content-Type-Options: nosniff
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 4850de46ab8614f257b88a6151d83804.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: BOM78-P5
X-Amz-Cf-Id: xKUd9iAiXcZTQSKUeZOxd_tnYY7l_vb4nLVr6j53BQgX1wppuUzISw==
Shell Configuration: Set-AWSAutoIterationMode Cmdlet | AWS Tools for PowerShell
AWS Tools for Windows PowerShell
Command Reference
AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Set-AWSAutoIterationMode Cmdlet
Shell ConfigurationAvailable in AWS.Tools.Common, AWSPowerShell.NetCore and AWSPowerShell
Synopsis
Controls the auto-iteration behavior for AWS PowerShell cmdlets. Sets whether to use standard mode (all operations with pagination support auto-iterate) or v4 mode (only operations that had auto-iteration in v4 will auto-iterate).
Syntax
Set-AWSAutoIterationMode-IterationMode <String>-Scope <VariableScope>
Description
Controls the auto-iteration behavior for AWS PowerShell cmdlets. Sets a shell variable that determines whether cmdlets use standard or v4 auto-iteration mode. In standard mode, all operations with pagination support will auto-iterate by default. In v4 mode, only operations that had auto-iteration in v4 will auto-iterate, maintaining backward compatibility.
Parameters
-IterationMode <String>
Controls the auto-iteration behavior for AWS PowerShell cmdlets. When set to 'standard' (default), all operations with pagination support will auto-iterate. When set to 'v4', only operations that had auto-iteration in v4 will auto-iterate, maintaining backward compatibility.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Scope <VariableScope>
Sets the scope of the shell variable AWSPowerShell_AutoIteration_Mode. For details about variables scopes, see https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_scopes.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Outputs
Related Links
Supported Version
AWS Tools for PowerShell: 2.x.y.z