aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.iotwireless.ServiceProfile

An example resource schema demonstrating some basic constructs and validation rules.

Create ServiceProfile Resource

new ServiceProfile(name: string, args?: ServiceProfileArgs, opts?: CustomResourceOptions);
@overload
def ServiceProfile(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   lo_ra_wan: Optional[ServiceProfileLoRaWANServiceProfileArgs] = None,
                   name: Optional[str] = None,
                   tags: Optional[Sequence[ServiceProfileTagArgs]] = None)
@overload
def ServiceProfile(resource_name: str,
                   args: Optional[ServiceProfileArgs] = None,
                   opts: Optional[ResourceOptions] = None)
func NewServiceProfile(ctx *Context, name string, args *ServiceProfileArgs, opts ...ResourceOption) (*ServiceProfile, error)
public ServiceProfile(string name, ServiceProfileArgs? args = null, CustomResourceOptions? opts = null)
public ServiceProfile(String name, ServiceProfileArgs args)
public ServiceProfile(String name, ServiceProfileArgs args, CustomResourceOptions options)
type: aws-native:iotwireless:ServiceProfile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args ServiceProfileArgs
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 ServiceProfileArgs
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 ServiceProfileArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ServiceProfileArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args ServiceProfileArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

LoRaWAN Pulumi.AwsNative.IoTWireless.Inputs.ServiceProfileLoRaWANServiceProfileArgs

LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation

Name string

Name of service profile

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

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

LoRaWAN ServiceProfileLoRaWANServiceProfileArgs

LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation

Name string

Name of service profile

Tags []ServiceProfileTagArgs

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

loRaWAN ServiceProfileLoRaWANServiceProfileArgs

LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation

name String

Name of service profile

tags List<ServiceProfileTagArgs>

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

loRaWAN ServiceProfileLoRaWANServiceProfileArgs

LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation

name string

Name of service profile

tags ServiceProfileTagArgs[]

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

lo_ra_wan ServiceProfileLoRaWANServiceProfileArgs

LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation

name str

Name of service profile

tags Sequence[ServiceProfileTagArgs]

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

loRaWAN Property Map

LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation

name String

Name of service profile

tags List<Property Map>

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

Outputs

All input properties are implicitly available as output properties. Additionally, the ServiceProfile 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

ServiceProfileLoRaWANServiceProfile

addGwMetadata Boolean
channelMask String
devStatusReqFreq Integer
dlBucketSize Integer
dlRate Integer
dlRatePolicy String
drMax Integer
drMin Integer
hrAllowed Boolean
minGwDiversity Integer
nwkGeoLoc Boolean
prAllowed Boolean
raAllowed Boolean
reportDevStatusBattery Boolean
reportDevStatusMargin Boolean
targetPer Integer
ulBucketSize Integer
ulRate Integer
ulRatePolicy String

ServiceProfileTag

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