AWS::GroundStation::Config Eirp - AWS CloudFormation

AWS::GroundStation::Config Eirp

Defines an equivalent isotropically radiated power (EIRP).

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Units" : String, "Value" : Number }

YAML

Units: String Value: Number

Properties

Units

The units of the EIRP.

Required: No

Type: String

Allowed values: dBW

Update 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