AWS::GroundStation::Config Eirp - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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:

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