Class CfnServiceProfile
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.iotwireless.CfnServiceProfile
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:11.563Z")
@Stability(Stable)
public class CfnServiceProfile
extends CfnResource
implements IInspectable, ITaggable
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();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnServiceProfile
.static interface
LoRaWANServiceProfile object.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnServiceProfile
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnServiceProfile
(software.amazon.jsii.JsiiObjectRef objRef) CfnServiceProfile
(software.constructs.Construct scope, String id) CfnServiceProfile
(software.constructs.Construct scope, String id, CfnServiceProfileProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the service profile created.The ID of the service profile created.The ChannelMask value.The DevStatusReqFreq value.The DLBucketSize value.The DLRate value.The DLRatePolicy value.The DRMax value.The DRMin value.The HRAllowed value that describes whether handover roaming is allowed.The MinGwDiversity value.The NwkGeoLoc value.The ReportDevStatusBattery value.The ReportDevStatusMargin value.The TargetPer value.The UlBucketSize value.The ULRate value.The ULRatePolicy value.LoRaWAN service profile object.getName()
The name of the new resource.getTags()
Tag Manager which manages the tags for this resource.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.renderProperties
(Map<String, Object> props) void
setLoRaWan
(IResolvable value) LoRaWAN service profile object.void
LoRaWAN service profile object.void
The name of the new resource.void
setTagsRaw
(List<CfnTag> value) The tags are an array of key-value pairs to attach to the specified resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnServiceProfile
protected CfnServiceProfile(software.amazon.jsii.JsiiObjectRef objRef) -
CfnServiceProfile
protected CfnServiceProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnServiceProfile
@Stability(Stable) public CfnServiceProfile(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnServiceProfileProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties.
-
CfnServiceProfile
@Stability(Stable) public CfnServiceProfile(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrArn
The ARN of the service profile created. -
getAttrId
The ID of the service profile created. -
getAttrLoRaWanChannelMask
The ChannelMask value. -
getAttrLoRaWanDevStatusReqFreq
The DevStatusReqFreq value. -
getAttrLoRaWanDlBucketSize
The DLBucketSize value. -
getAttrLoRaWanDlRate
The DLRate value. -
getAttrLoRaWanDlRatePolicy
The DLRatePolicy value. -
getAttrLoRaWanDrMax
The DRMax value. -
getAttrLoRaWanDrMin
The DRMin value. -
getAttrLoRaWanHrAllowed
The HRAllowed value that describes whether handover roaming is allowed. -
getAttrLoRaWanMinGwDiversity
The MinGwDiversity value. -
getAttrLoRaWanNwkGeoLoc
The NwkGeoLoc value. -
getAttrLoRaWanReportDevStatusBattery
The ReportDevStatusBattery value. -
getAttrLoRaWanReportDevStatusMargin
The ReportDevStatusMargin value. -
getAttrLoRaWanResponse
-
getAttrLoRaWanTargetPer
The TargetPer value. -
getAttrLoRaWanUlBucketSize
The UlBucketSize value. -
getAttrLoRaWanUlRate
The ULRate value. -
getAttrLoRaWanUlRatePolicy
The ULRatePolicy value. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getLoRaWan
LoRaWAN service profile object. -
setLoRaWan
LoRaWAN service profile object. -
setLoRaWan
@Stability(Stable) public void setLoRaWan(@Nullable CfnServiceProfile.LoRaWANServiceProfileProperty value) LoRaWAN service profile object. -
getName
The name of the new resource. -
setName
The name of the new resource. -
getTagsRaw
The tags are an array of key-value pairs to attach to the specified resource. -
setTagsRaw
The tags are an array of key-value pairs to attach to the specified resource.
-