Show / Hide Table of Contents

Interface ICfnServiceProfileProps

Properties for defining a CfnServiceProfile.

Namespace: Amazon.CDK.AWS.IoTWireless
Assembly: Amazon.CDK.AWS.IoTWireless.dll
Syntax (csharp)
public interface ICfnServiceProfileProps
Syntax (vb)
Public Interface ICfnServiceProfileProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-serviceprofile.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTWireless;

CfnServiceProfileProps cfnServiceProfileProps = new CfnServiceProfileProps {
    LoRaWan = new LoRaWANServiceProfileProperty {
        AddGwMetadata = false,
        ChannelMask = "channelMask",
        DevStatusReqFreq = 123,
        DlBucketSize = 123,
        DlRate = 123,
        DlRatePolicy = "dlRatePolicy",
        DrMax = 123,
        DrMin = 123,
        HrAllowed = false,
        MinGwDiversity = 123,
        NwkGeoLoc = false,
        PrAllowed = false,
        RaAllowed = false,
        ReportDevStatusBattery = false,
        ReportDevStatusMargin = false,
        TargetPer = 123,
        UlBucketSize = 123,
        UlRate = 123,
        UlRatePolicy = "ulRatePolicy"
    },
    Name = "name",
    Tags = new [] { new CfnTag {
        Key = "key",
        Value = "value"
    } }
};

Synopsis

Properties

LoRaWan

LoRaWAN service profile object.

Name

The name of the new resource.

Tags

The tags are an array of key-value pairs to attach to the specified resource.

Properties

LoRaWan

LoRaWAN service profile object.

virtual object LoRaWan { get; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-serviceprofile.html#cfn-iotwireless-serviceprofile-lorawan

Name

The name of the new resource.

virtual string Name { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-serviceprofile.html#cfn-iotwireless-serviceprofile-name

Tags

The tags are an array of key-value pairs to attach to the specified resource.

virtual ICfnTag[] Tags { get; }
Property Value

ICfnTag[]

Remarks

Tags can have a minimum of 0 and a maximum of 50 items.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-serviceprofile.html#cfn-iotwireless-serviceprofile-tags

Back to top Generated by DocFX