1. Packages
  2. AWS Native
  3. API Docs
  4. iotwireless
  5. getDeviceProfile

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.iotwireless.getDeviceProfile

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

    Device Profile’s resource schema demonstrating some basic constructs and validation rules.

    Using getDeviceProfile

    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 getDeviceProfile(args: GetDeviceProfileArgs, opts?: InvokeOptions): Promise<GetDeviceProfileResult>
    function getDeviceProfileOutput(args: GetDeviceProfileOutputArgs, opts?: InvokeOptions): Output<GetDeviceProfileResult>
    def get_device_profile(id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetDeviceProfileResult
    def get_device_profile_output(id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetDeviceProfileResult]
    func LookupDeviceProfile(ctx *Context, args *LookupDeviceProfileArgs, opts ...InvokeOption) (*LookupDeviceProfileResult, error)
    func LookupDeviceProfileOutput(ctx *Context, args *LookupDeviceProfileOutputArgs, opts ...InvokeOption) LookupDeviceProfileResultOutput

    > Note: This function is named LookupDeviceProfile in the Go SDK.

    public static class GetDeviceProfile 
    {
        public static Task<GetDeviceProfileResult> InvokeAsync(GetDeviceProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetDeviceProfileResult> Invoke(GetDeviceProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDeviceProfileResult> getDeviceProfile(GetDeviceProfileArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:iotwireless:getDeviceProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Service profile Id. Returned after successful create.
    Id string
    Service profile Id. Returned after successful create.
    id String
    Service profile Id. Returned after successful create.
    id string
    Service profile Id. Returned after successful create.
    id str
    Service profile Id. Returned after successful create.
    id String
    Service profile Id. Returned after successful create.

    getDeviceProfile Result

    The following output properties are available:

    Arn string
    Service profile Arn. Returned after successful create.
    Id string
    Service profile Id. Returned after successful create.
    LoRaWan Pulumi.AwsNative.IoTWireless.Outputs.DeviceProfileLoRaWanDeviceProfile
    LoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation
    Name string
    Name of service profile
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of key-value pairs that contain metadata for the device profile.
    Arn string
    Service profile Arn. Returned after successful create.
    Id string
    Service profile Id. Returned after successful create.
    LoRaWan DeviceProfileLoRaWanDeviceProfile
    LoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation
    Name string
    Name of service profile
    Tags Tag
    A list of key-value pairs that contain metadata for the device profile.
    arn String
    Service profile Arn. Returned after successful create.
    id String
    Service profile Id. Returned after successful create.
    loRaWan DeviceProfileLoRaWanDeviceProfile
    LoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation
    name String
    Name of service profile
    tags List<Tag>
    A list of key-value pairs that contain metadata for the device profile.
    arn string
    Service profile Arn. Returned after successful create.
    id string
    Service profile Id. Returned after successful create.
    loRaWan DeviceProfileLoRaWanDeviceProfile
    LoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation
    name string
    Name of service profile
    tags Tag[]
    A list of key-value pairs that contain metadata for the device profile.
    arn str
    Service profile Arn. Returned after successful create.
    id str
    Service profile Id. Returned after successful create.
    lo_ra_wan DeviceProfileLoRaWanDeviceProfile
    LoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation
    name str
    Name of service profile
    tags Sequence[root_Tag]
    A list of key-value pairs that contain metadata for the device profile.
    arn String
    Service profile Arn. Returned after successful create.
    id String
    Service profile Id. Returned after successful create.
    loRaWan Property Map
    LoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation
    name String
    Name of service profile
    tags List<Property Map>
    A list of key-value pairs that contain metadata for the device profile.

    Supporting Types

    DeviceProfileLoRaWanDeviceProfile

    ClassBTimeout int
    The ClassBTimeout value.
    ClassCTimeout int
    The ClassCTimeout value.
    FactoryPresetFreqsList List<int>
    The list of values that make up the FactoryPresetFreqs value. Valid range of values include a minimum value of 1000000 and a maximum value of 16700000.
    MacVersion string
    The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
    MaxDutyCycle int
    The MaxDutyCycle value.
    MaxEirp int
    The MaxEIRP value.
    PingSlotDr int
    The PingSlotDR value.
    PingSlotFreq int
    The PingSlotFreq value.
    PingSlotPeriod int
    The PingSlotPeriod value.
    RegParamsRevision string
    The version of regional parameters.
    RfRegion string
    The frequency band (RFRegion) value.
    RxDataRate2 int
    The RXDataRate2 value.
    RxDelay1 int
    The RXDelay1 value.
    RxDrOffset1 int
    The RXDROffset1 value.
    RxFreq2 int
    The RXFreq2 value.
    Supports32BitFCnt bool
    The Supports32BitFCnt value.
    SupportsClassB bool
    The SupportsClassB value.
    SupportsClassC bool
    The SupportsClassC value.
    SupportsJoin bool
    The SupportsJoin value.
    ClassBTimeout int
    The ClassBTimeout value.
    ClassCTimeout int
    The ClassCTimeout value.
    FactoryPresetFreqsList []int
    The list of values that make up the FactoryPresetFreqs value. Valid range of values include a minimum value of 1000000 and a maximum value of 16700000.
    MacVersion string
    The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
    MaxDutyCycle int
    The MaxDutyCycle value.
    MaxEirp int
    The MaxEIRP value.
    PingSlotDr int
    The PingSlotDR value.
    PingSlotFreq int
    The PingSlotFreq value.
    PingSlotPeriod int
    The PingSlotPeriod value.
    RegParamsRevision string
    The version of regional parameters.
    RfRegion string
    The frequency band (RFRegion) value.
    RxDataRate2 int
    The RXDataRate2 value.
    RxDelay1 int
    The RXDelay1 value.
    RxDrOffset1 int
    The RXDROffset1 value.
    RxFreq2 int
    The RXFreq2 value.
    Supports32BitFCnt bool
    The Supports32BitFCnt value.
    SupportsClassB bool
    The SupportsClassB value.
    SupportsClassC bool
    The SupportsClassC value.
    SupportsJoin bool
    The SupportsJoin value.
    classBTimeout Integer
    The ClassBTimeout value.
    classCTimeout Integer
    The ClassCTimeout value.
    factoryPresetFreqsList List<Integer>
    The list of values that make up the FactoryPresetFreqs value. Valid range of values include a minimum value of 1000000 and a maximum value of 16700000.
    macVersion String
    The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
    maxDutyCycle Integer
    The MaxDutyCycle value.
    maxEirp Integer
    The MaxEIRP value.
    pingSlotDr Integer
    The PingSlotDR value.
    pingSlotFreq Integer
    The PingSlotFreq value.
    pingSlotPeriod Integer
    The PingSlotPeriod value.
    regParamsRevision String
    The version of regional parameters.
    rfRegion String
    The frequency band (RFRegion) value.
    rxDataRate2 Integer
    The RXDataRate2 value.
    rxDelay1 Integer
    The RXDelay1 value.
    rxDrOffset1 Integer
    The RXDROffset1 value.
    rxFreq2 Integer
    The RXFreq2 value.
    supports32BitFCnt Boolean
    The Supports32BitFCnt value.
    supportsClassB Boolean
    The SupportsClassB value.
    supportsClassC Boolean
    The SupportsClassC value.
    supportsJoin Boolean
    The SupportsJoin value.
    classBTimeout number
    The ClassBTimeout value.
    classCTimeout number
    The ClassCTimeout value.
    factoryPresetFreqsList number[]
    The list of values that make up the FactoryPresetFreqs value. Valid range of values include a minimum value of 1000000 and a maximum value of 16700000.
    macVersion string
    The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
    maxDutyCycle number
    The MaxDutyCycle value.
    maxEirp number
    The MaxEIRP value.
    pingSlotDr number
    The PingSlotDR value.
    pingSlotFreq number
    The PingSlotFreq value.
    pingSlotPeriod number
    The PingSlotPeriod value.
    regParamsRevision string
    The version of regional parameters.
    rfRegion string
    The frequency band (RFRegion) value.
    rxDataRate2 number
    The RXDataRate2 value.
    rxDelay1 number
    The RXDelay1 value.
    rxDrOffset1 number
    The RXDROffset1 value.
    rxFreq2 number
    The RXFreq2 value.
    supports32BitFCnt boolean
    The Supports32BitFCnt value.
    supportsClassB boolean
    The SupportsClassB value.
    supportsClassC boolean
    The SupportsClassC value.
    supportsJoin boolean
    The SupportsJoin value.
    class_b_timeout int
    The ClassBTimeout value.
    class_c_timeout int
    The ClassCTimeout value.
    factory_preset_freqs_list Sequence[int]
    The list of values that make up the FactoryPresetFreqs value. Valid range of values include a minimum value of 1000000 and a maximum value of 16700000.
    mac_version str
    The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
    max_duty_cycle int
    The MaxDutyCycle value.
    max_eirp int
    The MaxEIRP value.
    ping_slot_dr int
    The PingSlotDR value.
    ping_slot_freq int
    The PingSlotFreq value.
    ping_slot_period int
    The PingSlotPeriod value.
    reg_params_revision str
    The version of regional parameters.
    rf_region str
    The frequency band (RFRegion) value.
    rx_data_rate2 int
    The RXDataRate2 value.
    rx_delay1 int
    The RXDelay1 value.
    rx_dr_offset1 int
    The RXDROffset1 value.
    rx_freq2 int
    The RXFreq2 value.
    supports32_bit_f_cnt bool
    The Supports32BitFCnt value.
    supports_class_b bool
    The SupportsClassB value.
    supports_class_c bool
    The SupportsClassC value.
    supports_join bool
    The SupportsJoin value.
    classBTimeout Number
    The ClassBTimeout value.
    classCTimeout Number
    The ClassCTimeout value.
    factoryPresetFreqsList List<Number>
    The list of values that make up the FactoryPresetFreqs value. Valid range of values include a minimum value of 1000000 and a maximum value of 16700000.
    macVersion String
    The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.
    maxDutyCycle Number
    The MaxDutyCycle value.
    maxEirp Number
    The MaxEIRP value.
    pingSlotDr Number
    The PingSlotDR value.
    pingSlotFreq Number
    The PingSlotFreq value.
    pingSlotPeriod Number
    The PingSlotPeriod value.
    regParamsRevision String
    The version of regional parameters.
    rfRegion String
    The frequency band (RFRegion) value.
    rxDataRate2 Number
    The RXDataRate2 value.
    rxDelay1 Number
    The RXDelay1 value.
    rxDrOffset1 Number
    The RXDROffset1 value.
    rxFreq2 Number
    The RXFreq2 value.
    supports32BitFCnt Boolean
    The Supports32BitFCnt value.
    supportsClassB Boolean
    The SupportsClassB value.
    supportsClassC Boolean
    The SupportsClassC value.
    supportsJoin Boolean
    The SupportsJoin value.

    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