Interface CfnConfig.EirpProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfig.EirpProperty.Jsii$Proxy
- Enclosing class:
CfnConfig
@Stability(Stable)
public static interface CfnConfig.EirpProperty
extends software.amazon.jsii.JsiiSerializable
Defines an equivalent isotropically radiated power (EIRP).
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.groundstation.*; EirpProperty eirpProperty = EirpProperty.builder() .units("units") .value(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfig.EirpProperty
static final class
An implementation forCfnConfig.EirpProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUnits
The units of the EIRP.- See Also:
-
getValue
The value of the EIRP.Valid values are between 20.0 to 50.0 dBW.
- See Also:
-
builder
- Returns:
- a
CfnConfig.EirpProperty.Builder
ofCfnConfig.EirpProperty
-