Class CfnTaskDefinitionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnTaskDefinitionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskDefinitionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTaskDefinitionMixinProps
@Stability(Stable)
@Internal
public static final class CfnTaskDefinitionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTaskDefinitionMixinProps
An implementation for
CfnTaskDefinitionMixinProps-
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.cfnpropertymixins.services.iotwireless.CfnTaskDefinitionMixinProps
CfnTaskDefinitionMixinProps.Builder, CfnTaskDefinitionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTaskDefinitionMixinProps.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 theCfnTaskDefinitionMixinProps.Builder.
-
-
Method Details
-
getAutoCreateTasks
Description copied from interface:CfnTaskDefinitionMixinPropsWhether 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 interfaceCfnTaskDefinitionMixinProps- See Also:
-
getLoRaWanUpdateGatewayTaskEntry
Description copied from interface:CfnTaskDefinitionMixinPropsLoRaWANUpdateGatewayTaskEntry object.Returns union: either
IResolvableorCfnTaskDefinitionPropsMixin.LoRaWANUpdateGatewayTaskEntryProperty- Specified by:
getLoRaWanUpdateGatewayTaskEntryin interfaceCfnTaskDefinitionMixinProps- See Also:
-
getName
Description copied from interface:CfnTaskDefinitionMixinPropsThe name of the new resource.- Specified by:
getNamein interfaceCfnTaskDefinitionMixinProps- See Also:
-
getTags
Description copied from interface:CfnTaskDefinitionMixinPropsThe 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 interfaceCfnTaskDefinitionMixinProps- See Also:
-
getTaskDefinitionType
Description copied from interface:CfnTaskDefinitionMixinPropsA filter to list only the wireless gateway task definitions that use this task definition type.- Specified by:
getTaskDefinitionTypein interfaceCfnTaskDefinitionMixinProps- See Also:
-
getUpdate
Description copied from interface:CfnTaskDefinitionMixinPropsInformation about the gateways to update.Returns union: either
IResolvableorCfnTaskDefinitionPropsMixin.UpdateWirelessGatewayTaskCreateProperty- Specified by:
getUpdatein interfaceCfnTaskDefinitionMixinProps- 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()
-