AWS::GroundStation::Config Eirp - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::GroundStation::Config Eirp

Defines an equivalent isotropically radiated power (EIRP).

Syntax

To declare this entity in your 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