Class CfnTaskDefinitionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotwireless.CfnTaskDefinitionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskDefinitionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTaskDefinitionProps
@Stability(Stable)
@Internal
public static final class CfnTaskDefinitionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTaskDefinitionProps
An implementation for
CfnTaskDefinitionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotwireless.CfnTaskDefinitionProps
CfnTaskDefinitionProps.Builder, CfnTaskDefinitionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTaskDefinitionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTaskDefinitionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Whether to automatically create tasks using this task definition for all gateways with the specified current version.final Object
LoRaWANUpdateGatewayTaskEntry object.final String
getName()
The name of the new resource.getTags()
The tags are an array of key-value pairs to attach to the specified resource.final String
A filter to list only the wireless gateway task definitions that use this task definition type.final Object
Information about the gateways to update.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTaskDefinitionProps.Builder
.
-
-
Method Details
-
getAutoCreateTasks
Description copied from interface:CfnTaskDefinitionProps
Whether to automatically create tasks using this task definition for all gateways with the specified current version.If
false
, the task must be created by callingCreateWirelessGatewayTask
.- Specified by:
getAutoCreateTasks
in interfaceCfnTaskDefinitionProps
- See Also:
-
getLoRaWanUpdateGatewayTaskEntry
Description copied from interface:CfnTaskDefinitionProps
LoRaWANUpdateGatewayTaskEntry object.- Specified by:
getLoRaWanUpdateGatewayTaskEntry
in interfaceCfnTaskDefinitionProps
- See Also:
-
getName
Description copied from interface:CfnTaskDefinitionProps
The name of the new resource.- Specified by:
getName
in interfaceCfnTaskDefinitionProps
- See Also:
-
getTags
Description copied from interface:CfnTaskDefinitionProps
The tags are an array of key-value pairs to attach to the specified resource.Tags can have a minimum of 0 and a maximum of 50 items.
- Specified by:
getTags
in interfaceCfnTaskDefinitionProps
- See Also:
-
getTaskDefinitionType
Description copied from interface:CfnTaskDefinitionProps
A filter to list only the wireless gateway task definitions that use this task definition type.- Specified by:
getTaskDefinitionType
in interfaceCfnTaskDefinitionProps
- See Also:
-
getUpdate
Description copied from interface:CfnTaskDefinitionProps
Information about the gateways to update.- Specified by:
getUpdate
in interfaceCfnTaskDefinitionProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-