interface RackPhysicalPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Outposts.CfnSitePropsMixin.RackPhysicalPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsoutposts#CfnSitePropsMixin_RackPhysicalPropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.outposts.CfnSitePropsMixin.RackPhysicalPropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_outposts.CfnSitePropsMixin.RackPhysicalPropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_outposts » CfnSitePropsMixin » RackPhysicalPropertiesProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_outposts as outposts } from '@aws-cdk/cfn-property-mixins';
const rackPhysicalPropertiesProperty: outposts.CfnSitePropsMixin.RackPhysicalPropertiesProperty = {
fiberOpticCableType: 'fiberOpticCableType',
maximumSupportedWeightLbs: 'maximumSupportedWeightLbs',
opticalStandard: 'opticalStandard',
powerConnector: 'powerConnector',
powerDrawKva: 'powerDrawKva',
powerFeedDrop: 'powerFeedDrop',
powerPhase: 'powerPhase',
uplinkCount: 'uplinkCount',
uplinkGbps: 'uplinkGbps',
};
Properties
| Name | Type | Description |
|---|---|---|
| fiber | string | |
| maximum | string | |
| optical | string | |
| power | string | |
| power | string | |
| power | string | |
| power | string | |
| uplink | string | |
| uplink | string |
fiberOpticCableType?
Type:
string
(optional)
maximumSupportedWeightLbs?
Type:
string
(optional)
opticalStandard?
Type:
string
(optional)
powerConnector?
Type:
string
(optional)
powerDrawKva?
Type:
string
(optional)
powerFeedDrop?
Type:
string
(optional)
powerPhase?
Type:
string
(optional)
uplinkCount?
Type:
string
(optional)
uplinkGbps?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript