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.

Synopsis

Calls the AWS Outposts UpdateSiteRackPhysicalProperties API operation.

Syntax

Update-OUTPSiteRackPhysicalProperty
-SiteId <String>
-FiberOpticCableType <FiberOpticCableType>
-MaximumSupportedWeightLb <MaximumSupportedWeightLbs>
-OpticalStandard <OpticalStandard>
-PowerConnector <PowerConnector>
-PowerDrawKva <PowerDrawKva>
-PowerFeedDrop <PowerFeedDrop>
-PowerPhase <PowerPhase>
-UplinkCount <UplinkCount>
-UplinkGbp <UplinkGbps>
-Select <String>
-PassThru <SwitchParameter>
-Force <SwitchParameter>
-ClientConfig <AmazonOutpostsConfig>

Description

Update the physical and logistical details for a rack at a site. For more information about hardware requirements for racks, see Network readiness checklist in the Amazon Web Services Outposts User Guide. To update a rack at a site with an order of IN_PROGRESS, you must wait for the order to complete or cancel the order.

Parameters

-ClientConfig <AmazonOutpostsConfig>
Amazon.PowerShell.Cmdlets.OUTP.AmazonOutpostsClientCmdlet.ClientConfig
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-FiberOpticCableType <FiberOpticCableType>
The type of fiber that you will use to attach the Outpost to your network.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-MaximumSupportedWeightLb <MaximumSupportedWeightLbs>
The maximum rack weight that this site can support. NO_LIMIT is over 2000lbs.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesMaximumSupportedWeightLbs
-OpticalStandard <OpticalStandard>
The type of optical standard that you will use to attach the Outpost to your network. This field is dependent on uplink speed, fiber type, and distance to the upstream device. For more information about networking requirements for racks, see Network in the Amazon Web Services Outposts User Guide.
  • OPTIC_10GBASE_SR: 10GBASE-SR
  • OPTIC_10GBASE_IR: 10GBASE-IR
  • OPTIC_10GBASE_LR: 10GBASE-LR
  • OPTIC_40GBASE_SR: 40GBASE-SR
  • OPTIC_40GBASE_ESR: 40GBASE-ESR
  • OPTIC_40GBASE_IR4_LR4L: 40GBASE-IR (LR4L)
  • OPTIC_40GBASE_LR4: 40GBASE-LR4
  • OPTIC_100GBASE_SR4: 100GBASE-SR4
  • OPTIC_100GBASE_CWDM4: 100GBASE-CWDM4
  • OPTIC_100GBASE_LR4: 100GBASE-LR4
  • OPTIC_100G_PSM4_MSA: 100G PSM4 MSA
  • OPTIC_1000BASE_LX: 1000Base-LX
  • OPTIC_1000BASE_SX : 1000Base-SX
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-PassThru <SwitchParameter>
Changes the cmdlet behavior to return the value passed to the SiteId parameter. The -PassThru parameter is deprecated, use -Select '^SiteId' instead. This parameter will be removed in a future version.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-PowerConnector <PowerConnector>
The power connector that Amazon Web Services should plan to provide for connections to the hardware. Note the correlation between PowerPhase and PowerConnector.
  • Single-phase AC feed
    • L6-30P – (common in US); 30A; single phase
    • IEC309 (blue) – P+N+E, 6hr; 32 A; single phase
  • Three-phase AC feed
    • AH530P7W (red) – 3P+N+E, 7hr; 30A; three phase
    • AH532P6W (red) – 3P+N+E, 6hr; 32A; three phase
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-PowerDrawKva <PowerDrawKva>
The power draw, in kVA, available at the hardware placement position for the rack.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-PowerFeedDrop <PowerFeedDrop>
Indicates whether the power feed comes above or below the rack.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-PowerPhase <PowerPhase>
The power option that you can provide for hardware.
  • Single-phase AC feed: 200 V to 277 V, 50 Hz or 60 Hz
  • Three-phase AC feed: 346 V to 480 V, 50 Hz or 60 Hz
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-Select <String>
Use the -Select parameter to control the cmdlet output. The default value is 'Site'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Outposts.Model.UpdateSiteRackPhysicalPropertiesResponse). Specifying the name of a property of type Amazon.Outposts.Model.UpdateSiteRackPhysicalPropertiesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SiteId <String>
The ID or the Amazon Resource Name (ARN) of the site.
Required?True
Position?1
Accept pipeline input?True (ByValue, ByPropertyName)
-UplinkCount <UplinkCount>
Racks come with two Outpost network devices. Depending on the supported uplink speed at the site, the Outpost network devices provide a variable number of uplinks. Specify the number of uplinks for each Outpost network device that you intend to use to connect the rack to your network. Note the correlation between UplinkGbps and UplinkCount.
  • 1Gbps - Uplinks available: 1, 2, 4, 6, 8
  • 10Gbps - Uplinks available: 1, 2, 4, 8, 12, 16
  • 40 and 100 Gbps- Uplinks available: 1, 2, 4
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-UplinkGbp <UplinkGbps>
The uplink speed the rack should support for the connection to the Region.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesUplinkGbps

Common Credential and Region Parameters

-AccessKey <String>
The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesAK
-Credential <AWSCredentials>
An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials.
Required?False
Position?Named
Accept pipeline input?True (ByValue, ByPropertyName)
-EndpointUrl <String>
The endpoint to make the call against.Note: This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-NetworkCredential <PSCredential>
Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication.
Required?False
Position?Named
Accept pipeline input?True (ByValue, ByPropertyName)
-ProfileLocation <String>
Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials.If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesAWSProfilesLocation, ProfilesLocation
-ProfileName <String>
The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesStoredCredentials, AWSProfileName
-Region <Object>
The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesRegionToCall
-SecretKey <String>
The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesSK, SecretAccessKey
-SessionToken <String>
The session token if the access and secret keys are temporary session-based credentials.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesST

Outputs

This cmdlet returns an Amazon.Outposts.Model.Site object. The service call response (type Amazon.Outposts.Model.UpdateSiteRackPhysicalPropertiesResponse) can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.

Supported Version

AWS Tools for PowerShell: 2.x.y.z