interface EirpProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GroundStation.CfnConfig.EirpProperty |
![]() | software.amazon.awscdk.services.groundstation.CfnConfig.EirpProperty |
![]() | aws_cdk.aws_groundstation.CfnConfig.EirpProperty |
![]() | @aws-cdk/aws-groundstation » CfnConfig » EirpProperty |
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 * as groundstation from '@aws-cdk/aws-groundstation';
const eirpProperty: groundstation.CfnConfig.EirpProperty = {
units: 'units',
value: 123,
};
Properties
Name | Type | Description |
---|---|---|
units? | string | The units of the EIRP. |
value? | number | The value of the EIRP. |
units?
Type:
string
(optional)
The units of the EIRP.
value?
Type:
number
(optional)
The value of the EIRP.
Valid values are between 20.0 to 50.0 dBW.