@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.083Z") @Stability(value=Stable) public class CfnServiceProfile extends CfnResource implements IInspectable
Creates a new service profile.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotwireless.*;
CfnServiceProfile cfnServiceProfile = CfnServiceProfile.Builder.create(this, "MyCfnServiceProfile")
.loRaWan(LoRaWANServiceProfileProperty.builder()
.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")
.build())
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnServiceProfile.Builder
A fluent builder for
CfnServiceProfile. |
static interface |
CfnServiceProfile.LoRaWANServiceProfileProperty
LoRaWANServiceProfile object.
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnServiceProfile(software.constructs.Construct scope,
String id)
Create a new `AWS::IoTWireless::ServiceProfile`.
|
|
CfnServiceProfile(software.constructs.Construct scope,
String id,
CfnServiceProfileProps props)
Create a new `AWS::IoTWireless::ServiceProfile`.
|
protected |
CfnServiceProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnServiceProfile(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn()
The ARN of the service profile created.
|
String |
getAttrId()
The ID of the service profile created.
|
String |
getAttrLoRaWanChannelMask()
The ChannelMask value.
|
Number |
getAttrLoRaWanDevStatusReqFreq()
The DevStatusReqFreq value.
|
Number |
getAttrLoRaWanDlBucketSize()
The DLBucketSize value.
|
Number |
getAttrLoRaWanDlRate()
The DLRate value.
|
String |
getAttrLoRaWanDlRatePolicy()
The DLRatePolicy value.
|
Number |
getAttrLoRaWanDrMax()
The DRMax value.
|
Number |
getAttrLoRaWanDrMin()
The DRMin value.
|
IResolvable |
getAttrLoRaWanHrAllowed()
The HRAllowed value that describes whether handover roaming is allowed.
|
Number |
getAttrLoRaWanMinGwDiversity()
The MinGwDiversity value.
|
IResolvable |
getAttrLoRaWanNwkGeoLoc()
The NwkGeoLoc value.
|
IResolvable |
getAttrLoRaWanPrAllowed()
The PRAllowed value that describes whether passive roaming is allowed.
|
IResolvable |
getAttrLoRaWanRaAllowed()
The RAAllowed value that describes whether roaming activation is allowed.
|
IResolvable |
getAttrLoRaWanReportDevStatusBattery()
The ReportDevStatusBattery value.
|
IResolvable |
getAttrLoRaWanReportDevStatusMargin()
The ReportDevStatusMargin value.
|
IResolvable |
getAttrLoRaWanResponse() |
Number |
getAttrLoRaWanTargetPer()
The TargetPer value.
|
Number |
getAttrLoRaWanUlBucketSize()
The UlBucketSize value.
|
Number |
getAttrLoRaWanUlRate()
The ULRate value.
|
String |
getAttrLoRaWanUlRatePolicy()
The ULRatePolicy value.
|
protected Map<String,Object> |
getCfnProperties() |
Object |
getLoRaWan()
LoRaWAN service profile object.
|
String |
getName()
The name of the new resource.
|
TagManager |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setLoRaWan(CfnServiceProfile.LoRaWANServiceProfileProperty value)
LoRaWAN service profile object.
|
void |
setLoRaWan(IResolvable value)
LoRaWAN service profile object.
|
void |
setName(String value)
The name of the new resource.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnServiceProfile(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnServiceProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnServiceProfile(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnServiceProfileProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnServiceProfile(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrId()
@Stability(value=Stable) @NotNull public String getAttrLoRaWanChannelMask()
@Stability(value=Stable) @NotNull public Number getAttrLoRaWanDevStatusReqFreq()
@Stability(value=Stable) @NotNull public Number getAttrLoRaWanDlBucketSize()
@Stability(value=Stable) @NotNull public Number getAttrLoRaWanDlRate()
@Stability(value=Stable) @NotNull public String getAttrLoRaWanDlRatePolicy()
@Stability(value=Stable) @NotNull public Number getAttrLoRaWanDrMax()
@Stability(value=Stable) @NotNull public Number getAttrLoRaWanDrMin()
@Stability(value=Stable) @NotNull public IResolvable getAttrLoRaWanHrAllowed()
@Stability(value=Stable) @NotNull public Number getAttrLoRaWanMinGwDiversity()
@Stability(value=Stable) @NotNull public IResolvable getAttrLoRaWanNwkGeoLoc()
@Stability(value=Stable) @NotNull public IResolvable getAttrLoRaWanPrAllowed()
@Stability(value=Stable) @NotNull public IResolvable getAttrLoRaWanRaAllowed()
@Stability(value=Stable) @NotNull public IResolvable getAttrLoRaWanReportDevStatusBattery()
@Stability(value=Stable) @NotNull public IResolvable getAttrLoRaWanReportDevStatusMargin()
@Stability(value=Stable) @NotNull public IResolvable getAttrLoRaWanResponse()
@Stability(value=Stable) @NotNull public Number getAttrLoRaWanTargetPer()
@Stability(value=Stable) @NotNull public Number getAttrLoRaWanUlBucketSize()
@Stability(value=Stable) @NotNull public Number getAttrLoRaWanUlRate()
@Stability(value=Stable) @NotNull public String getAttrLoRaWanUlRatePolicy()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
Tags can have a minimum of 0 and a maximum of 50 items.
@Stability(value=Stable) @Nullable public Object getLoRaWan()
@Stability(value=Stable)
public void setLoRaWan(@Nullable
CfnServiceProfile.LoRaWANServiceProfileProperty value)
@Stability(value=Stable)
public void setLoRaWan(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
Copyright © 2022. All rights reserved.