Get-VBRAmazonS3Region
Short Description
Returns Amazon S3 regions.
Applies to
Platform: VMware, Hyper-V
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRAmazonS3Region -Connection <IVBRAmazonS3Connection> [-RegionId <string>] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of Amazon S3 regions. You can get regions for the following services:
- Amazon S3
- S3 compatible (including IBM Cloud Object Storage)
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Connection |
Specifies an active session with AWS. The cmdlet will return an array of all Amazon S3 regions from this session. |
Accepts the IVBRAmazonS3Connection object. To get this object, run the Connect-VBRAmazonS3Service cmdlet. |
True |
Named |
False |
|
RegionId |
Specifies an ID of Amazon S3 region. The cmdlet will return an array of Amazon S3 regions with these IDs. |
String |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRAmazonS3Region
Examples
Example 1. Getting Amazon S3 Regions
|
This example shows how to get Amazon S3 regions.
Perform the following steps:
|
Example 2. Getting Amazon S3 Regions for Amazon S3 Object Storage
|
This example shows how to get Amazon S3 regions for Amazon S3 object storage.
Perform the following steps:
|
Related Commands