We recommend new projects start with resources from the AWS provider.
aws-native.groundstation.getConfig
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Ground Station config resource type for CloudFormation.
Using getConfig
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getConfig(args: GetConfigArgs, opts?: InvokeOptions): Promise<GetConfigResult>
function getConfigOutput(args: GetConfigOutputArgs, opts?: InvokeOptions): Output<GetConfigResult>def get_config(arn: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetConfigResult
def get_config_output(arn: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetConfigResult]func LookupConfig(ctx *Context, args *LookupConfigArgs, opts ...InvokeOption) (*LookupConfigResult, error)
func LookupConfigOutput(ctx *Context, args *LookupConfigOutputArgs, opts ...InvokeOption) LookupConfigResultOutput> Note: This function is named LookupConfig in the Go SDK.
public static class GetConfig 
{
    public static Task<GetConfigResult> InvokeAsync(GetConfigArgs args, InvokeOptions? opts = null)
    public static Output<GetConfigResult> Invoke(GetConfigInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetConfigResult> getConfig(GetConfigArgs args, InvokeOptions options)
public static Output<GetConfigResult> getConfig(GetConfigArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:groundstation:getConfig
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Arn string
- The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296.
- Arn string
- The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296.
- arn String
- The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296.
- arn string
- The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296.
- arn str
- The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296.
- arn String
- The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296.
getConfig Result
The following output properties are available:
- Arn string
- The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296.
- ConfigData Pulumi.Aws Native. Ground Station. Outputs. Config Data 
- Object containing the parameters of a config. Only one subtype may be specified per config. See the subtype definitions for a description of each config subtype.
- Id string
- The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296.
- Name string
- The name of the config object.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- Tags assigned to a resource.
- Type string
- The type of the config, such as tracking.
- Arn string
- The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296.
- ConfigData ConfigData 
- Object containing the parameters of a config. Only one subtype may be specified per config. See the subtype definitions for a description of each config subtype.
- Id string
- The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296.
- Name string
- The name of the config object.
- Tag
- Tags assigned to a resource.
- Type string
- The type of the config, such as tracking.
- arn String
- The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296.
- configData ConfigData 
- Object containing the parameters of a config. Only one subtype may be specified per config. See the subtype definitions for a description of each config subtype.
- id String
- The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296.
- name String
- The name of the config object.
- List<Tag>
- Tags assigned to a resource.
- type String
- The type of the config, such as tracking.
- arn string
- The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296.
- configData ConfigData 
- Object containing the parameters of a config. Only one subtype may be specified per config. See the subtype definitions for a description of each config subtype.
- id string
- The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296.
- name string
- The name of the config object.
- Tag[]
- Tags assigned to a resource.
- type string
- The type of the config, such as tracking.
- arn str
- The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296.
- config_data ConfigData 
- Object containing the parameters of a config. Only one subtype may be specified per config. See the subtype definitions for a description of each config subtype.
- id str
- The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296.
- name str
- The name of the config object.
- Sequence[root_Tag]
- Tags assigned to a resource.
- type str
- The type of the config, such as tracking.
- arn String
- The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296.
- configData Property Map
- Object containing the parameters of a config. Only one subtype may be specified per config. See the subtype definitions for a description of each config subtype.
- id String
- The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296.
- name String
- The name of the config object.
- List<Property Map>
- Tags assigned to a resource.
- type String
- The type of the config, such as tracking.
Supporting Types
ConfigAntennaDownlinkConfig   
- SpectrumConfig Pulumi.Aws Native. Ground Station. Inputs. Config Spectrum Config 
- Defines the spectrum configuration.
- SpectrumConfig ConfigSpectrum Config 
- Defines the spectrum configuration.
- spectrumConfig ConfigSpectrum Config 
- Defines the spectrum configuration.
- spectrumConfig ConfigSpectrum Config 
- Defines the spectrum configuration.
- spectrum_config ConfigSpectrum Config 
- Defines the spectrum configuration.
- spectrumConfig Property Map
- Defines the spectrum configuration.
ConfigAntennaDownlinkDemodDecodeConfig     
- DecodeConfig Pulumi.Aws Native. Ground Station. Inputs. Config Decode Config 
- Defines how the RF signal will be decoded.
- DemodulationConfig Pulumi.Aws Native. Ground Station. Inputs. Config Demodulation Config 
- Defines how the RF signal will be demodulated.
- SpectrumConfig Pulumi.Aws Native. Ground Station. Inputs. Config Spectrum Config 
- Defines the spectrum configuration.
- DecodeConfig ConfigDecode Config 
- Defines how the RF signal will be decoded.
- DemodulationConfig ConfigDemodulation Config 
- Defines how the RF signal will be demodulated.
- SpectrumConfig ConfigSpectrum Config 
- Defines the spectrum configuration.
- decodeConfig ConfigDecode Config 
- Defines how the RF signal will be decoded.
- demodulationConfig ConfigDemodulation Config 
- Defines how the RF signal will be demodulated.
- spectrumConfig ConfigSpectrum Config 
- Defines the spectrum configuration.
- decodeConfig ConfigDecode Config 
- Defines how the RF signal will be decoded.
- demodulationConfig ConfigDemodulation Config 
- Defines how the RF signal will be demodulated.
- spectrumConfig ConfigSpectrum Config 
- Defines the spectrum configuration.
- decode_config ConfigDecode Config 
- Defines how the RF signal will be decoded.
- demodulation_config ConfigDemodulation Config 
- Defines how the RF signal will be demodulated.
- spectrum_config ConfigSpectrum Config 
- Defines the spectrum configuration.
- decodeConfig Property Map
- Defines how the RF signal will be decoded.
- demodulationConfig Property Map
- Defines how the RF signal will be demodulated.
- spectrumConfig Property Map
- Defines the spectrum configuration.
ConfigAntennaUplinkConfig   
- SpectrumConfig Pulumi.Aws Native. Ground Station. Inputs. Config Uplink Spectrum Config 
- Defines the spectrum configuration.
- TargetEirp Pulumi.Aws Native. Ground Station. Inputs. Config Eirp 
- The equivalent isotropically radiated power (EIRP) to use for uplink transmissions. Valid values are between 20.0 to 50.0 dBW.
- TransmitDisabled bool
- Whether or not uplink transmit is disabled.
- SpectrumConfig ConfigUplink Spectrum Config 
- Defines the spectrum configuration.
- TargetEirp ConfigEirp 
- The equivalent isotropically radiated power (EIRP) to use for uplink transmissions. Valid values are between 20.0 to 50.0 dBW.
- TransmitDisabled bool
- Whether or not uplink transmit is disabled.
- spectrumConfig ConfigUplink Spectrum Config 
- Defines the spectrum configuration.
- targetEirp ConfigEirp 
- The equivalent isotropically radiated power (EIRP) to use for uplink transmissions. Valid values are between 20.0 to 50.0 dBW.
- transmitDisabled Boolean
- Whether or not uplink transmit is disabled.
- spectrumConfig ConfigUplink Spectrum Config 
- Defines the spectrum configuration.
- targetEirp ConfigEirp 
- The equivalent isotropically radiated power (EIRP) to use for uplink transmissions. Valid values are between 20.0 to 50.0 dBW.
- transmitDisabled boolean
- Whether or not uplink transmit is disabled.
- spectrum_config ConfigUplink Spectrum Config 
- Defines the spectrum configuration.
- target_eirp ConfigEirp 
- The equivalent isotropically radiated power (EIRP) to use for uplink transmissions. Valid values are between 20.0 to 50.0 dBW.
- transmit_disabled bool
- Whether or not uplink transmit is disabled.
- spectrumConfig Property Map
- Defines the spectrum configuration.
- targetEirp Property Map
- The equivalent isotropically radiated power (EIRP) to use for uplink transmissions. Valid values are between 20.0 to 50.0 dBW.
- transmitDisabled Boolean
- Whether or not uplink transmit is disabled.
ConfigBandwidthUnits  
ConfigData 
- AntennaDownlink Pulumi.Config Aws Native. Ground Station. Inputs. Config Antenna Downlink Config 
- Provides information for an antenna downlink config object. Antenna downlink config objects are used to provide parameters for downlinks where no demodulation or decoding is performed by Ground Station (RF over IP downlinks).
- AntennaDownlink Pulumi.Demod Decode Config Aws Native. Ground Station. Inputs. Config Antenna Downlink Demod Decode Config 
- Provides information for a downlink demod decode config object. Downlink demod decode config objects are used to provide parameters for downlinks where the Ground Station service will demodulate and decode the downlinked data.
- AntennaUplink Pulumi.Config Aws Native. Ground Station. Inputs. Config Antenna Uplink Config 
- Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.
- DataflowEndpoint Pulumi.Config Aws Native. Ground Station. Inputs. Config Dataflow Endpoint Config 
- Provides information for a dataflow endpoint config object. Dataflow endpoint config objects are used to provide parameters about which IP endpoint(s) to use during a contact. Dataflow endpoints are where Ground Station sends data during a downlink contact and where Ground Station receives data to send to the satellite during an uplink contact.
- S3RecordingConfig Pulumi.Aws Native. Ground Station. Inputs. Config S3Recording Config 
- Provides information for an S3 recording config object. S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.
- TrackingConfig Pulumi.Aws Native. Ground Station. Inputs. Config Tracking Config 
- Provides information for a tracking config object. Tracking config objects are used to provide parameters about how to track the satellite through the sky during a contact.
- UplinkEcho Pulumi.Config Aws Native. Ground Station. Inputs. Config Uplink Echo Config 
- Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.
- AntennaDownlink ConfigConfig Antenna Downlink Config 
- Provides information for an antenna downlink config object. Antenna downlink config objects are used to provide parameters for downlinks where no demodulation or decoding is performed by Ground Station (RF over IP downlinks).
- AntennaDownlink ConfigDemod Decode Config Antenna Downlink Demod Decode Config 
- Provides information for a downlink demod decode config object. Downlink demod decode config objects are used to provide parameters for downlinks where the Ground Station service will demodulate and decode the downlinked data.
- AntennaUplink ConfigConfig Antenna Uplink Config 
- Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.
- DataflowEndpoint ConfigConfig Dataflow Endpoint Config 
- Provides information for a dataflow endpoint config object. Dataflow endpoint config objects are used to provide parameters about which IP endpoint(s) to use during a contact. Dataflow endpoints are where Ground Station sends data during a downlink contact and where Ground Station receives data to send to the satellite during an uplink contact.
- S3RecordingConfig ConfigS3Recording Config 
- Provides information for an S3 recording config object. S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.
- TrackingConfig ConfigTracking Config 
- Provides information for a tracking config object. Tracking config objects are used to provide parameters about how to track the satellite through the sky during a contact.
- UplinkEcho ConfigConfig Uplink Echo Config 
- Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.
- antennaDownlink ConfigConfig Antenna Downlink Config 
- Provides information for an antenna downlink config object. Antenna downlink config objects are used to provide parameters for downlinks where no demodulation or decoding is performed by Ground Station (RF over IP downlinks).
- antennaDownlink ConfigDemod Decode Config Antenna Downlink Demod Decode Config 
- Provides information for a downlink demod decode config object. Downlink demod decode config objects are used to provide parameters for downlinks where the Ground Station service will demodulate and decode the downlinked data.
- antennaUplink ConfigConfig Antenna Uplink Config 
- Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.
- dataflowEndpoint ConfigConfig Dataflow Endpoint Config 
- Provides information for a dataflow endpoint config object. Dataflow endpoint config objects are used to provide parameters about which IP endpoint(s) to use during a contact. Dataflow endpoints are where Ground Station sends data during a downlink contact and where Ground Station receives data to send to the satellite during an uplink contact.
- s3RecordingConfig ConfigS3Recording Config 
- Provides information for an S3 recording config object. S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.
- trackingConfig ConfigTracking Config 
- Provides information for a tracking config object. Tracking config objects are used to provide parameters about how to track the satellite through the sky during a contact.
- uplinkEcho ConfigConfig Uplink Echo Config 
- Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.
- antennaDownlink ConfigConfig Antenna Downlink Config 
- Provides information for an antenna downlink config object. Antenna downlink config objects are used to provide parameters for downlinks where no demodulation or decoding is performed by Ground Station (RF over IP downlinks).
- antennaDownlink ConfigDemod Decode Config Antenna Downlink Demod Decode Config 
- Provides information for a downlink demod decode config object. Downlink demod decode config objects are used to provide parameters for downlinks where the Ground Station service will demodulate and decode the downlinked data.
- antennaUplink ConfigConfig Antenna Uplink Config 
- Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.
- dataflowEndpoint ConfigConfig Dataflow Endpoint Config 
- Provides information for a dataflow endpoint config object. Dataflow endpoint config objects are used to provide parameters about which IP endpoint(s) to use during a contact. Dataflow endpoints are where Ground Station sends data during a downlink contact and where Ground Station receives data to send to the satellite during an uplink contact.
- s3RecordingConfig ConfigS3Recording Config 
- Provides information for an S3 recording config object. S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.
- trackingConfig ConfigTracking Config 
- Provides information for a tracking config object. Tracking config objects are used to provide parameters about how to track the satellite through the sky during a contact.
- uplinkEcho ConfigConfig Uplink Echo Config 
- Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.
- antenna_downlink_ Configconfig Antenna Downlink Config 
- Provides information for an antenna downlink config object. Antenna downlink config objects are used to provide parameters for downlinks where no demodulation or decoding is performed by Ground Station (RF over IP downlinks).
- antenna_downlink_ Configdemod_ decode_ config Antenna Downlink Demod Decode Config 
- Provides information for a downlink demod decode config object. Downlink demod decode config objects are used to provide parameters for downlinks where the Ground Station service will demodulate and decode the downlinked data.
- antenna_uplink_ Configconfig Antenna Uplink Config 
- Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.
- dataflow_endpoint_ Configconfig Dataflow Endpoint Config 
- Provides information for a dataflow endpoint config object. Dataflow endpoint config objects are used to provide parameters about which IP endpoint(s) to use during a contact. Dataflow endpoints are where Ground Station sends data during a downlink contact and where Ground Station receives data to send to the satellite during an uplink contact.
- s3_recording_ Configconfig S3Recording Config 
- Provides information for an S3 recording config object. S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.
- tracking_config ConfigTracking Config 
- Provides information for a tracking config object. Tracking config objects are used to provide parameters about how to track the satellite through the sky during a contact.
- uplink_echo_ Configconfig Uplink Echo Config 
- Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.
- antennaDownlink Property MapConfig 
- Provides information for an antenna downlink config object. Antenna downlink config objects are used to provide parameters for downlinks where no demodulation or decoding is performed by Ground Station (RF over IP downlinks).
- antennaDownlink Property MapDemod Decode Config 
- Provides information for a downlink demod decode config object. Downlink demod decode config objects are used to provide parameters for downlinks where the Ground Station service will demodulate and decode the downlinked data.
- antennaUplink Property MapConfig 
- Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.
- dataflowEndpoint Property MapConfig 
- Provides information for a dataflow endpoint config object. Dataflow endpoint config objects are used to provide parameters about which IP endpoint(s) to use during a contact. Dataflow endpoints are where Ground Station sends data during a downlink contact and where Ground Station receives data to send to the satellite during an uplink contact.
- s3RecordingConfig Property Map
- Provides information for an S3 recording config object. S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.
- trackingConfig Property Map
- Provides information for a tracking config object. Tracking config objects are used to provide parameters about how to track the satellite through the sky during a contact.
- uplinkEcho Property MapConfig 
- Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.
ConfigDataflowEndpointConfig   
- DataflowEndpoint stringName 
- The name of the dataflow endpoint to use during contacts.
- DataflowEndpoint stringRegion 
- The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.
- DataflowEndpoint stringName 
- The name of the dataflow endpoint to use during contacts.
- DataflowEndpoint stringRegion 
- The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.
- dataflowEndpoint StringName 
- The name of the dataflow endpoint to use during contacts.
- dataflowEndpoint StringRegion 
- The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.
- dataflowEndpoint stringName 
- The name of the dataflow endpoint to use during contacts.
- dataflowEndpoint stringRegion 
- The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.
- dataflow_endpoint_ strname 
- The name of the dataflow endpoint to use during contacts.
- dataflow_endpoint_ strregion 
- The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.
- dataflowEndpoint StringName 
- The name of the dataflow endpoint to use during contacts.
- dataflowEndpoint StringRegion 
- The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.
ConfigDecodeConfig  
- UnvalidatedJson string
- The decoding settings are in JSON format and define a set of steps to perform to decode the data.
- UnvalidatedJson string
- The decoding settings are in JSON format and define a set of steps to perform to decode the data.
- unvalidatedJson String
- The decoding settings are in JSON format and define a set of steps to perform to decode the data.
- unvalidatedJson string
- The decoding settings are in JSON format and define a set of steps to perform to decode the data.
- unvalidated_json str
- The decoding settings are in JSON format and define a set of steps to perform to decode the data.
- unvalidatedJson String
- The decoding settings are in JSON format and define a set of steps to perform to decode the data.
ConfigDemodulationConfig  
- UnvalidatedJson string
- The demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g. PSK, QPSK, etc.) and matched filter to use.
- UnvalidatedJson string
- The demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g. PSK, QPSK, etc.) and matched filter to use.
- unvalidatedJson String
- The demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g. PSK, QPSK, etc.) and matched filter to use.
- unvalidatedJson string
- The demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g. PSK, QPSK, etc.) and matched filter to use.
- unvalidated_json str
- The demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g. PSK, QPSK, etc.) and matched filter to use.
- unvalidatedJson String
- The demodulation settings are in JSON format and define parameters for demodulation, for example which modulation scheme (e.g. PSK, QPSK, etc.) and matched filter to use.
ConfigEirp 
- Units
Pulumi.Aws Native. Ground Station. Config Eirp Units 
- The units of the EIRP.
- Value double
- The value of the EIRP. Valid values are between 20.0 to 50.0 dBW.
- Units
ConfigEirp Units 
- The units of the EIRP.
- Value float64
- The value of the EIRP. Valid values are between 20.0 to 50.0 dBW.
- units
ConfigEirp Units 
- The units of the EIRP.
- value Double
- The value of the EIRP. Valid values are between 20.0 to 50.0 dBW.
- units
ConfigEirp Units 
- The units of the EIRP.
- value number
- The value of the EIRP. Valid values are between 20.0 to 50.0 dBW.
- units
ConfigEirp Units 
- The units of the EIRP.
- value float
- The value of the EIRP. Valid values are between 20.0 to 50.0 dBW.
ConfigEirpUnits  
ConfigFrequency 
- Units
Pulumi.Aws Native. Ground Station. Config Frequency Units 
- The units of the frequency.
- Value double
- The value of the frequency. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- Units
ConfigFrequency Units 
- The units of the frequency.
- Value float64
- The value of the frequency. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- units
ConfigFrequency Units 
- The units of the frequency.
- value Double
- The value of the frequency. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- units
ConfigFrequency Units 
- The units of the frequency.
- value number
- The value of the frequency. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- units
ConfigFrequency Units 
- The units of the frequency.
- value float
- The value of the frequency. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- units
"GHz" | "MHz" | "kHz" 
- The units of the frequency.
- value Number
- The value of the frequency. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
ConfigFrequencyBandwidth  
- Units
Pulumi.Aws Native. Ground Station. Config Bandwidth Units 
- The units of the bandwidth.
- Value double
- The value of the bandwidth. AWS Ground Station currently has the following bandwidth limitations:- For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
- For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
- For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
 
- For 
- Units
ConfigBandwidth Units 
- The units of the bandwidth.
- Value float64
- The value of the bandwidth. AWS Ground Station currently has the following bandwidth limitations:- For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
- For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
- For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
 
- For 
- units
ConfigBandwidth Units 
- The units of the bandwidth.
- value Double
- The value of the bandwidth. AWS Ground Station currently has the following bandwidth limitations:- For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
- For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
- For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
 
- For 
- units
ConfigBandwidth Units 
- The units of the bandwidth.
- value number
- The value of the bandwidth. AWS Ground Station currently has the following bandwidth limitations:- For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
- For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
- For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
 
- For 
- units
ConfigBandwidth Units 
- The units of the bandwidth.
- value float
- The value of the bandwidth. AWS Ground Station currently has the following bandwidth limitations:- For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
- For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
- For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
 
- For 
- units
"GHz" | "MHz" | "kHz" 
- The units of the bandwidth.
- value Number
- The value of the bandwidth. AWS Ground Station currently has the following bandwidth limitations:- For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
- For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
- For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
 
- For 
ConfigFrequencyUnits  
ConfigPolarization 
ConfigS3RecordingConfig  
- BucketArn string
- S3 Bucket where the data is written. The name of the S3 Bucket provided must begin with aws-groundstation.
- Prefix string
- The prefix of the S3 data object. If you choose to use any optional keys for substitution, these values will be replaced with the corresponding information from your contact details. For example, a prefix of - {satellite_id}/{year}/{month}/{day}/will replaced with- fake_satellite_id/2021/01/10/- Optional keys for substitution : - {satellite_id}|- {config-name}|- {config-id}|- {year}|- {month}|- {day}
- RoleArn string
- Defines the ARN of the role assumed for putting archives to S3.
- BucketArn string
- S3 Bucket where the data is written. The name of the S3 Bucket provided must begin with aws-groundstation.
- Prefix string
- The prefix of the S3 data object. If you choose to use any optional keys for substitution, these values will be replaced with the corresponding information from your contact details. For example, a prefix of - {satellite_id}/{year}/{month}/{day}/will replaced with- fake_satellite_id/2021/01/10/- Optional keys for substitution : - {satellite_id}|- {config-name}|- {config-id}|- {year}|- {month}|- {day}
- RoleArn string
- Defines the ARN of the role assumed for putting archives to S3.
- bucketArn String
- S3 Bucket where the data is written. The name of the S3 Bucket provided must begin with aws-groundstation.
- prefix String
- The prefix of the S3 data object. If you choose to use any optional keys for substitution, these values will be replaced with the corresponding information from your contact details. For example, a prefix of - {satellite_id}/{year}/{month}/{day}/will replaced with- fake_satellite_id/2021/01/10/- Optional keys for substitution : - {satellite_id}|- {config-name}|- {config-id}|- {year}|- {month}|- {day}
- roleArn String
- Defines the ARN of the role assumed for putting archives to S3.
- bucketArn string
- S3 Bucket where the data is written. The name of the S3 Bucket provided must begin with aws-groundstation.
- prefix string
- The prefix of the S3 data object. If you choose to use any optional keys for substitution, these values will be replaced with the corresponding information from your contact details. For example, a prefix of - {satellite_id}/{year}/{month}/{day}/will replaced with- fake_satellite_id/2021/01/10/- Optional keys for substitution : - {satellite_id}|- {config-name}|- {config-id}|- {year}|- {month}|- {day}
- roleArn string
- Defines the ARN of the role assumed for putting archives to S3.
- bucket_arn str
- S3 Bucket where the data is written. The name of the S3 Bucket provided must begin with aws-groundstation.
- prefix str
- The prefix of the S3 data object. If you choose to use any optional keys for substitution, these values will be replaced with the corresponding information from your contact details. For example, a prefix of - {satellite_id}/{year}/{month}/{day}/will replaced with- fake_satellite_id/2021/01/10/- Optional keys for substitution : - {satellite_id}|- {config-name}|- {config-id}|- {year}|- {month}|- {day}
- role_arn str
- Defines the ARN of the role assumed for putting archives to S3.
- bucketArn String
- S3 Bucket where the data is written. The name of the S3 Bucket provided must begin with aws-groundstation.
- prefix String
- The prefix of the S3 data object. If you choose to use any optional keys for substitution, these values will be replaced with the corresponding information from your contact details. For example, a prefix of - {satellite_id}/{year}/{month}/{day}/will replaced with- fake_satellite_id/2021/01/10/- Optional keys for substitution : - {satellite_id}|- {config-name}|- {config-id}|- {year}|- {month}|- {day}
- roleArn String
- Defines the ARN of the role assumed for putting archives to S3.
ConfigSpectrumConfig  
- Bandwidth
Pulumi.Aws Native. Ground Station. Inputs. Config Frequency Bandwidth 
- The bandwidth of the spectrum. AWS Ground Station currently has the following bandwidth limitations:- For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
- For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
- For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
 
- For 
- CenterFrequency Pulumi.Aws Native. Ground Station. Inputs. Config Frequency 
- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- Polarization
Pulumi.Aws Native. Ground Station. Config Polarization 
- The polarization of the spectrum. Valid values are "RIGHT_HAND"and"LEFT_HAND". Capturing both"RIGHT_HAND"and"LEFT_HAND"polarization requires two separate configs.
- Bandwidth
ConfigFrequency Bandwidth 
- The bandwidth of the spectrum. AWS Ground Station currently has the following bandwidth limitations:- For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
- For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
- For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
 
- For 
- CenterFrequency ConfigFrequency 
- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- Polarization
ConfigPolarization 
- The polarization of the spectrum. Valid values are "RIGHT_HAND"and"LEFT_HAND". Capturing both"RIGHT_HAND"and"LEFT_HAND"polarization requires two separate configs.
- bandwidth
ConfigFrequency Bandwidth 
- The bandwidth of the spectrum. AWS Ground Station currently has the following bandwidth limitations:- For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
- For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
- For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
 
- For 
- centerFrequency ConfigFrequency 
- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- polarization
ConfigPolarization 
- The polarization of the spectrum. Valid values are "RIGHT_HAND"and"LEFT_HAND". Capturing both"RIGHT_HAND"and"LEFT_HAND"polarization requires two separate configs.
- bandwidth
ConfigFrequency Bandwidth 
- The bandwidth of the spectrum. AWS Ground Station currently has the following bandwidth limitations:- For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
- For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
- For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
 
- For 
- centerFrequency ConfigFrequency 
- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- polarization
ConfigPolarization 
- The polarization of the spectrum. Valid values are "RIGHT_HAND"and"LEFT_HAND". Capturing both"RIGHT_HAND"and"LEFT_HAND"polarization requires two separate configs.
- bandwidth
ConfigFrequency Bandwidth 
- The bandwidth of the spectrum. AWS Ground Station currently has the following bandwidth limitations:- For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
- For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
- For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
 
- For 
- center_frequency ConfigFrequency 
- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- polarization
ConfigPolarization 
- The polarization of the spectrum. Valid values are "RIGHT_HAND"and"LEFT_HAND". Capturing both"RIGHT_HAND"and"LEFT_HAND"polarization requires two separate configs.
- bandwidth Property Map
- The bandwidth of the spectrum. AWS Ground Station currently has the following bandwidth limitations:- For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.
- For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.
- For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.
 
- For 
- centerFrequency Property Map
- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- polarization "LEFT_HAND" | "RIGHT_HAND" | "NONE"
- The polarization of the spectrum. Valid values are "RIGHT_HAND"and"LEFT_HAND". Capturing both"RIGHT_HAND"and"LEFT_HAND"polarization requires two separate configs.
ConfigTrackingConfig  
- Autotrack
Pulumi.Aws Native. Ground Station. Config Tracking Config Autotrack 
- Specifies whether or not to use autotrack. REMOVEDspecifies that program track should only be used during the contact.PREFERREDspecifies that autotracking is preferred during the contact but fallback to program track if the signal is lost.REQUIREDspecifies that autotracking is required during the contact and not to use program track if the signal is lost.
- Autotrack
ConfigTracking Config Autotrack 
- Specifies whether or not to use autotrack. REMOVEDspecifies that program track should only be used during the contact.PREFERREDspecifies that autotracking is preferred during the contact but fallback to program track if the signal is lost.REQUIREDspecifies that autotracking is required during the contact and not to use program track if the signal is lost.
- autotrack
ConfigTracking Config Autotrack 
- Specifies whether or not to use autotrack. REMOVEDspecifies that program track should only be used during the contact.PREFERREDspecifies that autotracking is preferred during the contact but fallback to program track if the signal is lost.REQUIREDspecifies that autotracking is required during the contact and not to use program track if the signal is lost.
- autotrack
ConfigTracking Config Autotrack 
- Specifies whether or not to use autotrack. REMOVEDspecifies that program track should only be used during the contact.PREFERREDspecifies that autotracking is preferred during the contact but fallback to program track if the signal is lost.REQUIREDspecifies that autotracking is required during the contact and not to use program track if the signal is lost.
- autotrack
ConfigTracking Config Autotrack 
- Specifies whether or not to use autotrack. REMOVEDspecifies that program track should only be used during the contact.PREFERREDspecifies that autotracking is preferred during the contact but fallback to program track if the signal is lost.REQUIREDspecifies that autotracking is required during the contact and not to use program track if the signal is lost.
- autotrack "REQUIRED" | "PREFERRED" | "REMOVED"
- Specifies whether or not to use autotrack. REMOVEDspecifies that program track should only be used during the contact.PREFERREDspecifies that autotracking is preferred during the contact but fallback to program track if the signal is lost.REQUIREDspecifies that autotracking is required during the contact and not to use program track if the signal is lost.
ConfigTrackingConfigAutotrack   
ConfigUplinkEchoConfig   
- AntennaUplink stringConfig Arn 
- Defines the ARN of the uplink config to echo back to a dataflow endpoint.
- Enabled bool
- Whether or not uplink echo is enabled.
- AntennaUplink stringConfig Arn 
- Defines the ARN of the uplink config to echo back to a dataflow endpoint.
- Enabled bool
- Whether or not uplink echo is enabled.
- antennaUplink StringConfig Arn 
- Defines the ARN of the uplink config to echo back to a dataflow endpoint.
- enabled Boolean
- Whether or not uplink echo is enabled.
- antennaUplink stringConfig Arn 
- Defines the ARN of the uplink config to echo back to a dataflow endpoint.
- enabled boolean
- Whether or not uplink echo is enabled.
- antenna_uplink_ strconfig_ arn 
- Defines the ARN of the uplink config to echo back to a dataflow endpoint.
- enabled bool
- Whether or not uplink echo is enabled.
- antennaUplink StringConfig Arn 
- Defines the ARN of the uplink config to echo back to a dataflow endpoint.
- enabled Boolean
- Whether or not uplink echo is enabled.
ConfigUplinkSpectrumConfig   
- CenterFrequency Pulumi.Aws Native. Ground Station. Inputs. Config Frequency 
- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- Polarization
Pulumi.Aws Native. Ground Station. Config Polarization 
- The polarization of the spectrum. Valid values are "RIGHT_HAND"and"LEFT_HAND".
- CenterFrequency ConfigFrequency 
- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- Polarization
ConfigPolarization 
- The polarization of the spectrum. Valid values are "RIGHT_HAND"and"LEFT_HAND".
- centerFrequency ConfigFrequency 
- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- polarization
ConfigPolarization 
- The polarization of the spectrum. Valid values are "RIGHT_HAND"and"LEFT_HAND".
- centerFrequency ConfigFrequency 
- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- polarization
ConfigPolarization 
- The polarization of the spectrum. Valid values are "RIGHT_HAND"and"LEFT_HAND".
- center_frequency ConfigFrequency 
- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- polarization
ConfigPolarization 
- The polarization of the spectrum. Valid values are "RIGHT_HAND"and"LEFT_HAND".
- centerFrequency Property Map
- The center frequency of the spectrum. Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.
- polarization "LEFT_HAND" | "RIGHT_HAND" | "NONE"
- The polarization of the spectrum. Valid values are "RIGHT_HAND"and"LEFT_HAND".
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.