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

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.iotwireless.ServiceProfile

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

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

    Create ServiceProfile Resource

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

    Constructor syntax

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

    Parameters

    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.

    Example

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

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const serviceProfileResource = new aws_native.iotwireless.ServiceProfile("serviceProfileResource", {
        loRaWan: {
            addGwMetadata: false,
            channelMask: "string",
            devStatusReqFreq: 0,
            dlBucketSize: 0,
            dlRate: 0,
            dlRatePolicy: "string",
            drMax: 0,
            drMin: 0,
            hrAllowed: false,
            minGwDiversity: 0,
            nwkGeoLoc: false,
            prAllowed: false,
            raAllowed: false,
            reportDevStatusBattery: false,
            reportDevStatusMargin: false,
            targetPer: 0,
            ulBucketSize: 0,
            ulRate: 0,
            ulRatePolicy: "string",
        },
        name: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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.ServiceProfileLoRaWanServiceProfile
    LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation
    Name string
    Name of service profile
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    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 TagArgs
    A list of key-value pairs that contain metadata for the service profile.
    loRaWan ServiceProfileLoRaWanServiceProfile
    LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation
    name String
    Name of service profile
    tags List<Tag>
    A list of key-value pairs that contain metadata for the service profile.
    loRaWan ServiceProfileLoRaWanServiceProfile
    LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation
    name string
    Name of service profile
    tags Tag[]
    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[TagArgs]
    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.
    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

    ServiceProfileLoRaWanServiceProfile, ServiceProfileLoRaWanServiceProfileArgs

    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

    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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi