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.65.0 published on Wednesday, Jun 7, 2023 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.65.0 published on Wednesday, Jun 7, 2023 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.IoTWireless.Outputs.DeviceProfileTag>

    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 []DeviceProfileTag

    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<DeviceProfileTag>

    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 DeviceProfileTag[]

    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[DeviceProfileTag]

    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 Integer
    classCTimeout Integer
    factoryPresetFreqsList List<Integer>
    macVersion String
    maxDutyCycle Integer
    maxEirp Integer
    pingSlotDr Integer
    pingSlotFreq Integer
    pingSlotPeriod Integer
    regParamsRevision String
    rfRegion String
    rxDataRate2 Integer
    rxDelay1 Integer
    rxDrOffset1 Integer
    rxFreq2 Integer
    supports32BitFCnt Boolean
    supportsClassB Boolean
    supportsClassC Boolean
    supportsJoin Boolean

    DeviceProfileTag

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    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.65.0 published on Wednesday, Jun 7, 2023 by Pulumi