interface AntennaUplinkConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GroundStation.CfnConfig.AntennaUplinkConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_AntennaUplinkConfigProperty |
![]() | software.amazon.awscdk.services.groundstation.CfnConfig.AntennaUplinkConfigProperty |
![]() | aws_cdk.aws_groundstation.CfnConfig.AntennaUplinkConfigProperty |
![]() | aws-cdk-lib » aws_groundstation » CfnConfig » AntennaUplinkConfigProperty |
Provides information about how AWS Ground Station should configure an antenna for uplink during a contact.
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 antennaUplinkConfigProperty: groundstation.CfnConfig.AntennaUplinkConfigProperty = {
spectrumConfig: {
centerFrequency: {
units: 'units',
value: 123,
},
polarization: 'polarization',
},
targetEirp: {
units: 'units',
value: 123,
},
transmitDisabled: false,
};
Properties
Name | Type | Description |
---|---|---|
spectrum | IResolvable | Uplink | Defines the spectrum configuration. |
target | IResolvable | Eirp | The equivalent isotropically radiated power (EIRP) to use for uplink transmissions. |
transmit | boolean | IResolvable | Whether or not uplink transmit is disabled. |
spectrumConfig?
Type:
IResolvable
|
Uplink
(optional)
Defines the spectrum configuration.
targetEirp?
Type:
IResolvable
|
Eirp
(optional)
The equivalent isotropically radiated power (EIRP) to use for uplink transmissions.
Valid values are between 20.0 to 50.0 dBW.
transmitDisabled?
Type:
boolean |
IResolvable
(optional)
Whether or not uplink transmit is disabled.