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

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.iotwireless.getServiceProfile

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

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

    Using getServiceProfile

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getServiceProfile(args: GetServiceProfileArgs, opts?: InvokeOptions): Promise<GetServiceProfileResult>
    function getServiceProfileOutput(args: GetServiceProfileOutputArgs, opts?: InvokeOptions): Output<GetServiceProfileResult>
    def get_service_profile(id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetServiceProfileResult
    def get_service_profile_output(id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetServiceProfileResult]
    func LookupServiceProfile(ctx *Context, args *LookupServiceProfileArgs, opts ...InvokeOption) (*LookupServiceProfileResult, error)
    func LookupServiceProfileOutput(ctx *Context, args *LookupServiceProfileOutputArgs, opts ...InvokeOption) LookupServiceProfileResultOutput

    > Note: This function is named LookupServiceProfile in the Go SDK.

    public static class GetServiceProfile 
    {
        public static Task<GetServiceProfileResult> InvokeAsync(GetServiceProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetServiceProfileResult> Invoke(GetServiceProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetServiceProfileResult> getServiceProfile(GetServiceProfileArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:iotwireless:getServiceProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Service profile Id. Returned after successful create.
    Id string
    Service profile Id. Returned after successful create.
    id String
    Service profile Id. Returned after successful create.
    id string
    Service profile Id. Returned after successful create.
    id str
    Service profile Id. Returned after successful create.
    id String
    Service profile Id. Returned after successful create.

    getServiceProfile Result

    The following output properties are available:

    Arn string
    Service profile Arn. Returned after successful create.
    Id string
    Service profile Id. Returned after successful create.
    LoRaWan Pulumi.AwsNative.IoTWireless.Outputs.ServiceProfileLoRaWanServiceProfile
    LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation
    Name string
    Name of service profile
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of key-value pairs that contain metadata for the service profile.
    Arn string
    Service profile Arn. Returned after successful create.
    Id string
    Service profile Id. Returned after successful create.
    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.
    arn String
    Service profile Arn. Returned after successful create.
    id String
    Service profile Id. Returned after successful create.
    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.
    arn string
    Service profile Arn. Returned after successful create.
    id string
    Service profile Id. Returned after successful create.
    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.
    arn str
    Service profile Arn. Returned after successful create.
    id str
    Service profile Id. Returned after successful create.
    lo_ra_wan ServiceProfileLoRaWanServiceProfile
    LoRaWAN supports all LoRa specific attributes for service profile for CreateServiceProfile operation
    name str
    Name of service profile
    tags Sequence[_root_Tag]
    A list of key-value pairs that contain metadata for the service profile.
    arn String
    Service profile Arn. Returned after successful create.
    id String
    Service profile Id. Returned after successful create.
    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.

    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

    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 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.100.0 published on Wednesday, Mar 27, 2024 by Pulumi