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.103.0 published on Monday, Apr 22, 2024 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.103.0 published on Monday, Apr 22, 2024 by Pulumi

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

    Create DeviceProfile Resource

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

    Constructor syntax

    new DeviceProfile(name: string, args?: DeviceProfileArgs, opts?: CustomResourceOptions);
    @overload
    def DeviceProfile(resource_name: str,
                      args: Optional[DeviceProfileArgs] = None,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def DeviceProfile(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      lo_ra_wan: Optional[DeviceProfileLoRaWanDeviceProfileArgs] = None,
                      name: Optional[str] = None,
                      tags: Optional[Sequence[_root_inputs.TagArgs]] = 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.
    
    

    Parameters

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const deviceProfileResource = new aws_native.iotwireless.DeviceProfile("deviceProfileResource", {
        loRaWan: {
            classBTimeout: 0,
            classCTimeout: 0,
            factoryPresetFreqsList: [0],
            macVersion: "string",
            maxDutyCycle: 0,
            maxEirp: 0,
            pingSlotDr: 0,
            pingSlotFreq: 0,
            pingSlotPeriod: 0,
            regParamsRevision: "string",
            rfRegion: "string",
            rxDataRate2: 0,
            rxDelay1: 0,
            rxDrOffset1: 0,
            rxFreq2: 0,
            supports32BitFCnt: false,
            supportsClassB: false,
            supportsClassC: false,
            supportsJoin: false,
        },
        name: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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.Inputs.Tag>
    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 TagArgs
    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<Tag>
    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 Tag[]
    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[TagArgs]
    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.
    AwsId string
    Service profile Id. Returned after successful create.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    Service profile Arn. Returned after successful create.
    AwsId string
    Service profile Id. Returned after successful create.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    Service profile Arn. Returned after successful create.
    awsId String
    Service profile Id. Returned after successful create.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    Service profile Arn. Returned after successful create.
    awsId string
    Service profile Id. Returned after successful create.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    Service profile Arn. Returned after successful create.
    aws_id str
    Service profile Id. Returned after successful create.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    Service profile Arn. Returned after successful create.
    awsId String
    Service profile Id. 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

    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.103.0 published on Monday, Apr 22, 2024 by Pulumi