1. Packages
  2. AWS Native
  3. API Docs
  4. groundstation
  5. getConfig

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.groundstation.getConfig

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:groundstation:getConfig
      arguments:
        # arguments dictionary

    The 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.AwsNative.GroundStation.Outputs.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.
    Tags List<Pulumi.AwsNative.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.
    Tags 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.
    tags 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.
    tags 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.
    tags 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.
    tags List<Property Map>
    Tags assigned to a resource.
    type String
    The type of the config, such as tracking .

    Supporting Types

    ConfigAntennaDownlinkConfig

    SpectrumConfig ConfigSpectrumConfig
    Defines the spectrum configuration.
    spectrumConfig ConfigSpectrumConfig
    Defines the spectrum configuration.
    spectrumConfig ConfigSpectrumConfig
    Defines the spectrum configuration.
    spectrum_config ConfigSpectrumConfig
    Defines the spectrum configuration.
    spectrumConfig Property Map
    Defines the spectrum configuration.

    ConfigAntennaDownlinkDemodDecodeConfig

    DecodeConfig ConfigDecodeConfig
    Defines how the RF signal will be decoded.
    DemodulationConfig ConfigDemodulationConfig
    Defines how the RF signal will be demodulated.
    SpectrumConfig ConfigSpectrumConfig
    Defines the spectrum configuration.
    decodeConfig ConfigDecodeConfig
    Defines how the RF signal will be decoded.
    demodulationConfig ConfigDemodulationConfig
    Defines how the RF signal will be demodulated.
    spectrumConfig ConfigSpectrumConfig
    Defines the spectrum configuration.
    decodeConfig ConfigDecodeConfig
    Defines how the RF signal will be decoded.
    demodulationConfig ConfigDemodulationConfig
    Defines how the RF signal will be demodulated.
    spectrumConfig ConfigSpectrumConfig
    Defines the spectrum configuration.
    decode_config ConfigDecodeConfig
    Defines how the RF signal will be decoded.
    demodulation_config ConfigDemodulationConfig
    Defines how the RF signal will be demodulated.
    spectrum_config ConfigSpectrumConfig
    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.AwsNative.GroundStation.Inputs.ConfigUplinkSpectrumConfig
    Defines the spectrum configuration.
    TargetEirp Pulumi.AwsNative.GroundStation.Inputs.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 ConfigUplinkSpectrumConfig
    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 ConfigUplinkSpectrumConfig
    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 ConfigUplinkSpectrumConfig
    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 ConfigUplinkSpectrumConfig
    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

    AntennaDownlinkConfig Pulumi.AwsNative.GroundStation.Inputs.ConfigAntennaDownlinkConfig
    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).
    AntennaDownlinkDemodDecodeConfig Pulumi.AwsNative.GroundStation.Inputs.ConfigAntennaDownlinkDemodDecodeConfig
    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.
    AntennaUplinkConfig Pulumi.AwsNative.GroundStation.Inputs.ConfigAntennaUplinkConfig
    Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.
    DataflowEndpointConfig Pulumi.AwsNative.GroundStation.Inputs.ConfigDataflowEndpointConfig
    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.AwsNative.GroundStation.Inputs.ConfigS3RecordingConfig
    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.AwsNative.GroundStation.Inputs.ConfigTrackingConfig
    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.
    UplinkEchoConfig Pulumi.AwsNative.GroundStation.Inputs.ConfigUplinkEchoConfig
    Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.
    AntennaDownlinkConfig ConfigAntennaDownlinkConfig
    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).
    AntennaDownlinkDemodDecodeConfig ConfigAntennaDownlinkDemodDecodeConfig
    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.
    AntennaUplinkConfig ConfigAntennaUplinkConfig
    Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.
    DataflowEndpointConfig ConfigDataflowEndpointConfig
    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 ConfigS3RecordingConfig
    Provides information for an S3 recording config object. S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.
    TrackingConfig ConfigTrackingConfig
    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.
    UplinkEchoConfig ConfigUplinkEchoConfig
    Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.
    antennaDownlinkConfig ConfigAntennaDownlinkConfig
    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).
    antennaDownlinkDemodDecodeConfig ConfigAntennaDownlinkDemodDecodeConfig
    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.
    antennaUplinkConfig ConfigAntennaUplinkConfig
    Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.
    dataflowEndpointConfig ConfigDataflowEndpointConfig
    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 ConfigS3RecordingConfig
    Provides information for an S3 recording config object. S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.
    trackingConfig ConfigTrackingConfig
    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.
    uplinkEchoConfig ConfigUplinkEchoConfig
    Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.
    antennaDownlinkConfig ConfigAntennaDownlinkConfig
    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).
    antennaDownlinkDemodDecodeConfig ConfigAntennaDownlinkDemodDecodeConfig
    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.
    antennaUplinkConfig ConfigAntennaUplinkConfig
    Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.
    dataflowEndpointConfig ConfigDataflowEndpointConfig
    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 ConfigS3RecordingConfig
    Provides information for an S3 recording config object. S3 recording config objects are used to provide parameters for S3 recording during downlink contacts.
    trackingConfig ConfigTrackingConfig
    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.
    uplinkEchoConfig ConfigUplinkEchoConfig
    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_config ConfigAntennaDownlinkConfig
    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_demod_decode_config ConfigAntennaDownlinkDemodDecodeConfig
    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_config ConfigAntennaUplinkConfig
    Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.
    dataflow_endpoint_config ConfigDataflowEndpointConfig
    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_config ConfigS3RecordingConfig
    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 ConfigTrackingConfig
    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_config ConfigUplinkEchoConfig
    Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.
    antennaDownlinkConfig Property Map
    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).
    antennaDownlinkDemodDecodeConfig Property Map
    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.
    antennaUplinkConfig Property Map
    Provides information for an uplink config object. Uplink config objects are used to provide parameters for uplink contacts.
    dataflowEndpointConfig Property Map
    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.
    uplinkEchoConfig Property Map
    Provides information for an uplink echo config object. Uplink echo config objects are used to provide parameters for uplink echo during uplink contacts.

    ConfigDataflowEndpointConfig

    DataflowEndpointName string
    The name of the dataflow endpoint to use during contacts.
    DataflowEndpointRegion string
    The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.
    DataflowEndpointName string
    The name of the dataflow endpoint to use during contacts.
    DataflowEndpointRegion string
    The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.
    dataflowEndpointName String
    The name of the dataflow endpoint to use during contacts.
    dataflowEndpointRegion String
    The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.
    dataflowEndpointName string
    The name of the dataflow endpoint to use during contacts.
    dataflowEndpointRegion string
    The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.
    dataflow_endpoint_name str
    The name of the dataflow endpoint to use during contacts.
    dataflow_endpoint_region str
    The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.
    dataflowEndpointName String
    The name of the dataflow endpoint to use during contacts.
    dataflowEndpointRegion String
    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.AwsNative.GroundStation.ConfigEirpUnits
    The units of the EIRP.
    Value double
    The value of the EIRP. Valid values are between 20.0 to 50.0 dBW.
    Units ConfigEirpUnits
    The units of the EIRP.
    Value float64
    The value of the EIRP. Valid values are between 20.0 to 50.0 dBW.
    units ConfigEirpUnits
    The units of the EIRP.
    value Double
    The value of the EIRP. Valid values are between 20.0 to 50.0 dBW.
    units ConfigEirpUnits
    The units of the EIRP.
    value number
    The value of the EIRP. Valid values are between 20.0 to 50.0 dBW.
    units ConfigEirpUnits
    The units of the EIRP.
    value float
    The value of the EIRP. Valid values are between 20.0 to 50.0 dBW.
    units "dBW"
    The units of the EIRP.
    value Number
    The value of the EIRP. Valid values are between 20.0 to 50.0 dBW.

    ConfigEirpUnits

    ConfigFrequency

    Units Pulumi.AwsNative.GroundStation.ConfigFrequencyUnits
    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 ConfigFrequencyUnits
    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 ConfigFrequencyUnits
    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 ConfigFrequencyUnits
    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 ConfigFrequencyUnits
    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.AwsNative.GroundStation.ConfigBandwidthUnits
    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.
    Units ConfigBandwidthUnits
    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.
    units ConfigBandwidthUnits
    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.
    units ConfigBandwidthUnits
    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.
    units ConfigBandwidthUnits
    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.
    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.

    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.AwsNative.GroundStation.Inputs.ConfigFrequencyBandwidth
    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.
    CenterFrequency Pulumi.AwsNative.GroundStation.Inputs.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 Pulumi.AwsNative.GroundStation.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 ConfigFrequencyBandwidth
    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.
    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 ConfigFrequencyBandwidth
    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.
    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 ConfigFrequencyBandwidth
    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.
    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 ConfigFrequencyBandwidth
    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.
    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.
    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.AwsNative.GroundStation.ConfigTrackingConfigAutotrack
    Specifies whether or not to use autotrack. REMOVED specifies that program track should only be used during the contact. PREFERRED specifies that autotracking is preferred during the contact but fallback to program track if the signal is lost. REQUIRED specifies that autotracking is required during the contact and not to use program track if the signal is lost.
    Autotrack ConfigTrackingConfigAutotrack
    Specifies whether or not to use autotrack. REMOVED specifies that program track should only be used during the contact. PREFERRED specifies that autotracking is preferred during the contact but fallback to program track if the signal is lost. REQUIRED specifies that autotracking is required during the contact and not to use program track if the signal is lost.
    autotrack ConfigTrackingConfigAutotrack
    Specifies whether or not to use autotrack. REMOVED specifies that program track should only be used during the contact. PREFERRED specifies that autotracking is preferred during the contact but fallback to program track if the signal is lost. REQUIRED specifies that autotracking is required during the contact and not to use program track if the signal is lost.
    autotrack ConfigTrackingConfigAutotrack
    Specifies whether or not to use autotrack. REMOVED specifies that program track should only be used during the contact. PREFERRED specifies that autotracking is preferred during the contact but fallback to program track if the signal is lost. REQUIRED specifies that autotracking is required during the contact and not to use program track if the signal is lost.
    autotrack ConfigTrackingConfigAutotrack
    Specifies whether or not to use autotrack. REMOVED specifies that program track should only be used during the contact. PREFERRED specifies that autotracking is preferred during the contact but fallback to program track if the signal is lost. REQUIRED specifies 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. REMOVED specifies that program track should only be used during the contact. PREFERRED specifies that autotracking is preferred during the contact but fallback to program track if the signal is lost. REQUIRED specifies that autotracking is required during the contact and not to use program track if the signal is lost.

    ConfigTrackingConfigAutotrack

    ConfigUplinkEchoConfig

    AntennaUplinkConfigArn string
    Defines the ARN of the uplink config to echo back to a dataflow endpoint.
    Enabled bool
    Whether or not uplink echo is enabled.
    AntennaUplinkConfigArn string
    Defines the ARN of the uplink config to echo back to a dataflow endpoint.
    Enabled bool
    Whether or not uplink echo is enabled.
    antennaUplinkConfigArn String
    Defines the ARN of the uplink config to echo back to a dataflow endpoint.
    enabled Boolean
    Whether or not uplink echo is enabled.
    antennaUplinkConfigArn string
    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_config_arn str
    Defines the ARN of the uplink config to echo back to a dataflow endpoint.
    enabled bool
    Whether or not uplink echo is enabled.
    antennaUplinkConfigArn String
    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.AwsNative.GroundStation.Inputs.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 Pulumi.AwsNative.GroundStation.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" .
    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

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi