aws-cdk-lib.aws_groundstation.CfnConfig.EirpProperty

interface EirpProperty

LanguageType name
.NETAmazon.CDK.AWS.GroundStation.CfnConfig.EirpProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_EirpProperty
Javasoftware.amazon.awscdk.services.groundstation.CfnConfig.EirpProperty
Pythonaws_cdk.aws_groundstation.CfnConfig.EirpProperty
TypeScript aws-cdk-lib » 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 { aws_groundstation as groundstation } from 'aws-cdk-lib';
const eirpProperty: groundstation.CfnConfig.EirpProperty = {
  units: 'units',
  value: 123,
};

Properties

NameTypeDescription
units?stringThe units of the EIRP.
value?numberThe 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.