Interface CfnSitePropsMixin.RackPhysicalPropertiesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSitePropsMixin.RackPhysicalPropertiesProperty.Jsii$Proxy
Enclosing class:
CfnSitePropsMixin

@Stability(Stable) public static interface CfnSitePropsMixin.RackPhysicalPropertiesProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.outposts.*;
 RackPhysicalPropertiesProperty rackPhysicalPropertiesProperty = RackPhysicalPropertiesProperty.builder()
         .fiberOpticCableType("fiberOpticCableType")
         .maximumSupportedWeightLbs("maximumSupportedWeightLbs")
         .opticalStandard("opticalStandard")
         .powerConnector("powerConnector")
         .powerDrawKva("powerDrawKva")
         .powerFeedDrop("powerFeedDrop")
         .powerPhase("powerPhase")
         .uplinkCount("uplinkCount")
         .uplinkGbps("uplinkGbps")
         .build();
 

See Also: