This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::GroundStation::Config Eirp
Defines an equivalent isotropically radiated power (EIRP).
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
- Units
- 
                    The units of the EIRP. Required: No Type: String Allowed values: dBWUpdate requires: No interruption 
- Value
- 
                    The value of the EIRP. Valid values are between 20.0 to 50.0 dBW. Required: No Type: Number Update requires: No interruption 
Examples
Create an EIRP
The following example creates a Ground Station EIRP
JSON
{ "TargetEirp": { "Value": 20, "Units": "dBW" } }
YAML
TargetEirp: Value: 20.0 Units: dBW