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

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.Config

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.

    Create Config Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Config(name: string, args: ConfigArgs, opts?: CustomResourceOptions);
    @overload
    def Config(resource_name: str,
               args: ConfigArgs,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def Config(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               config_data: Optional[ConfigDataArgs] = None,
               name: Optional[str] = None,
               tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewConfig(ctx *Context, name string, args ConfigArgs, opts ...ResourceOption) (*Config, error)
    public Config(string name, ConfigArgs args, CustomResourceOptions? opts = null)
    public Config(String name, ConfigArgs args)
    public Config(String name, ConfigArgs args, CustomResourceOptions options)
    
    type: aws-native:groundstation:Config
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ConfigArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ConfigArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ConfigArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ConfigArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ConfigArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Config Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Config resource accepts the following input properties:

    ConfigData Pulumi.AwsNative.GroundStation.Inputs.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.
    Name string
    The name of the config object.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags assigned to a resource.
    ConfigData ConfigDataArgs
    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.
    Name string
    The name of the config object.
    Tags TagArgs
    Tags assigned to a resource.
    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.
    name String
    The name of the config object.
    tags List<Tag>
    Tags assigned to a resource.
    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.
    name string
    The name of the config object.
    tags Tag[]
    Tags assigned to a resource.
    config_data ConfigDataArgs
    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.
    name str
    The name of the config object.
    tags Sequence[TagArgs]
    Tags assigned to a resource.
    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.
    name String
    The name of the config object.
    tags List<Property Map>
    Tags assigned to a resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Config resource produces the following output properties:

    Arn string
    The ARN of the config, such as arn:aws:groundstation:us-east-2:1234567890:config/tracking/9940bf3b-d2ba-427e-9906-842b5e5d2296 .
    AwsId string
    The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296 .
    Id string
    The provider-assigned unique ID for this managed 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 .
    AwsId string
    The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296 .
    Id string
    The provider-assigned unique ID for this managed 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 .
    awsId String
    The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296 .
    id String
    The provider-assigned unique ID for this managed 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 .
    awsId string
    The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296 .
    id string
    The provider-assigned unique ID for this managed 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 .
    aws_id str
    The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296 .
    id str
    The provider-assigned unique ID for this managed 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 .
    awsId String
    The ID of the config, such as 9940bf3b-d2ba-427e-9906-842b5e5d2296 .
    id String
    The provider-assigned unique ID for this managed resource.
    type String
    The type of the config, such as tracking .

    Supporting Types

    ConfigAntennaDownlinkConfig, ConfigAntennaDownlinkConfigArgs

    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, ConfigAntennaDownlinkDemodDecodeConfigArgs

    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, ConfigAntennaUplinkConfigArgs

    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, ConfigBandwidthUnitsArgs

    GHz
    GHz
    MHz
    MHz
    KHz
    kHz
    ConfigBandwidthUnitsGHz
    GHz
    ConfigBandwidthUnitsMHz
    MHz
    ConfigBandwidthUnitsKHz
    kHz
    GHz
    GHz
    MHz
    MHz
    KHz
    kHz
    GHz
    GHz
    MHz
    MHz
    KHz
    kHz
    G_HZ
    GHz
    M_HZ
    MHz
    K_HZ
    kHz
    "GHz"
    GHz
    "MHz"
    MHz
    "kHz"
    kHz

    ConfigData, ConfigDataArgs

    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, ConfigDataflowEndpointConfigArgs

    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, ConfigDecodeConfigArgs

    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, ConfigDemodulationConfigArgs

    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, ConfigEirpArgs

    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, ConfigEirpUnitsArgs

    Dbw
    dBW
    ConfigEirpUnitsDbw
    dBW
    Dbw
    dBW
    Dbw
    dBW
    DBW
    dBW
    "dBW"
    dBW

    ConfigFrequency, ConfigFrequencyArgs

    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, ConfigFrequencyBandwidthArgs

    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, ConfigFrequencyUnitsArgs

    GHz
    GHz
    MHz
    MHz
    KHz
    kHz
    ConfigFrequencyUnitsGHz
    GHz
    ConfigFrequencyUnitsMHz
    MHz
    ConfigFrequencyUnitsKHz
    kHz
    GHz
    GHz
    MHz
    MHz
    KHz
    kHz
    GHz
    GHz
    MHz
    MHz
    KHz
    kHz
    G_HZ
    GHz
    M_HZ
    MHz
    K_HZ
    kHz
    "GHz"
    GHz
    "MHz"
    MHz
    "kHz"
    kHz

    ConfigPolarization, ConfigPolarizationArgs

    LeftHand
    LEFT_HAND
    RightHand
    RIGHT_HAND
    None
    NONE
    ConfigPolarizationLeftHand
    LEFT_HAND
    ConfigPolarizationRightHand
    RIGHT_HAND
    ConfigPolarizationNone
    NONE
    LeftHand
    LEFT_HAND
    RightHand
    RIGHT_HAND
    None
    NONE
    LeftHand
    LEFT_HAND
    RightHand
    RIGHT_HAND
    None
    NONE
    LEFT_HAND
    LEFT_HAND
    RIGHT_HAND
    RIGHT_HAND
    NONE
    NONE
    "LEFT_HAND"
    LEFT_HAND
    "RIGHT_HAND"
    RIGHT_HAND
    "NONE"
    NONE

    ConfigS3RecordingConfig, ConfigS3RecordingConfigArgs

    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, ConfigSpectrumConfigArgs

    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, ConfigTrackingConfigArgs

    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, ConfigTrackingConfigAutotrackArgs

    Required
    REQUIRED
    Preferred
    PREFERRED
    Removed
    REMOVED
    ConfigTrackingConfigAutotrackRequired
    REQUIRED
    ConfigTrackingConfigAutotrackPreferred
    PREFERRED
    ConfigTrackingConfigAutotrackRemoved
    REMOVED
    Required
    REQUIRED
    Preferred
    PREFERRED
    Removed
    REMOVED
    Required
    REQUIRED
    Preferred
    PREFERRED
    Removed
    REMOVED
    REQUIRED
    REQUIRED
    PREFERRED
    PREFERRED
    REMOVED
    REMOVED
    "REQUIRED"
    REQUIRED
    "PREFERRED"
    PREFERRED
    "REMOVED"
    REMOVED

    ConfigUplinkEchoConfig, ConfigUplinkEchoConfigArgs

    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, ConfigUplinkSpectrumConfigArgs

    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, TagArgs

    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