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

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

AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 by Pulumi

aws-native.iotwireless.DeviceProfile

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 by Pulumi

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

    Create DeviceProfile Resource

    new DeviceProfile(name: string, args?: DeviceProfileArgs, opts?: CustomResourceOptions);
    @overload
    def DeviceProfile(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      lo_ra_wan: Optional[DeviceProfileLoRaWanDeviceProfileArgs] = None,
                      name: Optional[str] = None,
                      tags: Optional[Sequence[DeviceProfileTagArgs]] = None)
    @overload
    def DeviceProfile(resource_name: str,
                      args: Optional[DeviceProfileArgs] = None,
                      opts: Optional[ResourceOptions] = None)
    func NewDeviceProfile(ctx *Context, name string, args *DeviceProfileArgs, opts ...ResourceOption) (*DeviceProfile, error)
    public DeviceProfile(string name, DeviceProfileArgs? args = null, CustomResourceOptions? opts = null)
    public DeviceProfile(String name, DeviceProfileArgs args)
    public DeviceProfile(String name, DeviceProfileArgs args, CustomResourceOptions options)
    
    type: aws-native:iotwireless:DeviceProfile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args DeviceProfileArgs
    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 DeviceProfileArgs
    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 DeviceProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DeviceProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DeviceProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DeviceProfile 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 DeviceProfile resource accepts the following input properties:

    LoRaWan Pulumi.AwsNative.IoTWireless.Inputs.DeviceProfileLoRaWanDeviceProfile

    LoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation

    Name string

    Name of service profile

    Tags List<Pulumi.AwsNative.IoTWireless.Inputs.DeviceProfileTag>

    A list of key-value pairs that contain metadata for the device profile.

    LoRaWan DeviceProfileLoRaWanDeviceProfileArgs

    LoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation

    Name string

    Name of service profile

    Tags []DeviceProfileTagArgs

    A list of key-value pairs that contain metadata for the device profile.

    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.

    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.

    lo_ra_wan DeviceProfileLoRaWanDeviceProfileArgs

    LoRaWANDeviceProfile supports all LoRa specific attributes for service profile for CreateDeviceProfile operation

    name str

    Name of service profile

    tags Sequence[DeviceProfileTagArgs]

    A list of key-value pairs that contain metadata for the device profile.

    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.

    Outputs

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

    Arn string

    Service profile Arn. Returned after successful create.

    Id string

    The provider-assigned unique ID for this managed resource.

    Arn string

    Service profile Arn. Returned after successful create.

    Id string

    The provider-assigned unique ID for this managed resource.

    arn String

    Service profile Arn. Returned after successful create.

    id String

    The provider-assigned unique ID for this managed resource.

    arn string

    Service profile Arn. Returned after successful create.

    id string

    The provider-assigned unique ID for this managed resource.

    arn str

    Service profile Arn. Returned after successful create.

    id str

    The provider-assigned unique ID for this managed resource.

    arn String

    Service profile Arn. Returned after successful create.

    id String

    The provider-assigned unique ID for this managed resource.

    Supporting Types

    DeviceProfileLoRaWanDeviceProfile, DeviceProfileLoRaWanDeviceProfileArgs

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

    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.77.0 published on Wednesday, Sep 20, 2023 by Pulumi