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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotwireless.CfnTaskDefinitionProps
CfnTaskDefinitionProps.Builder, CfnTaskDefinitionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTaskDefinitionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTaskDefinitionProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectWhether to automatically create tasks using this task definition for all gateways with the specified current version.final ObjectLoRaWANUpdateGatewayTaskEntry object.final StringgetName()The name of the new resource.getTags()The tags are an array of key-value pairs to attach to the specified resource.final StringA filter to list only the wireless gateway task definitions that use this task definition type.final ObjectInformation about the gateways to update.final inthashCode()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:CfnTaskDefinitionPropsWhether 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.Returns union: either
BooleanorIResolvable- Specified by:
getAutoCreateTasksin interfaceCfnTaskDefinitionProps- See Also:
-
getLoRaWanUpdateGatewayTaskEntry
Description copied from interface:CfnTaskDefinitionPropsLoRaWANUpdateGatewayTaskEntry object.Returns union: either
IResolvableorCfnTaskDefinition.LoRaWANUpdateGatewayTaskEntryProperty- Specified by:
getLoRaWanUpdateGatewayTaskEntryin interfaceCfnTaskDefinitionProps- See Also:
-
getName
Description copied from interface:CfnTaskDefinitionPropsThe name of the new resource.- Specified by:
getNamein interfaceCfnTaskDefinitionProps- See Also:
-
getTags
Description copied from interface:CfnTaskDefinitionPropsThe 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:
getTagsin interfaceCfnTaskDefinitionProps- See Also:
-
getTaskDefinitionType
Description copied from interface:CfnTaskDefinitionPropsA filter to list only the wireless gateway task definitions that use this task definition type.- Specified by:
getTaskDefinitionTypein interfaceCfnTaskDefinitionProps- See Also:
-
getUpdate
Description copied from interface:CfnTaskDefinitionPropsInformation about the gateways to update.Returns union: either
IResolvableorCfnTaskDefinition.UpdateWirelessGatewayTaskCreateProperty- Specified by:
getUpdatein interfaceCfnTaskDefinitionProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-