aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.iotwireless.DeviceProfile

Explore with Pulumi AI

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

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

Name string

Name of service profile

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

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 DeviceProfileLoRaWANDeviceProfileArgs

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

name String

Name of service profile

tags List<DeviceProfileTagArgs>

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.

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

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