Class CfnJobDefinitionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnJobDefinitionProps.Jsii$Proxy
All Implemented Interfaces:
CfnJobDefinitionProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnJobDefinitionProps

@Stability(Stable) @Internal public static final class CfnJobDefinitionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobDefinitionProps
An implementation for CfnJobDefinitionProps
  • 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.batch.CfnJobDefinitionProps

    CfnJobDefinitionProps.Builder, CfnJobDefinitionProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnJobDefinitionProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    An object with properties specific to Amazon ECS-based jobs.
    final Object
    An object that contains the properties for the Amazon ECS resources of a job.When ecsProperties is used in the job definition, it can't be used in addition to containerProperties , eksProperties , or nodeProperties .
    final Object
    An object with properties that are specific to Amazon EKS-based jobs.
    final String
    The name of the job definition.
    final Object
    An object with properties that are specific to multi-node parallel jobs.
    final Object
    Default parameters or parameter substitution placeholders that are set in the job definition.
    final List<String>
    The platform capabilities required by the job definition.
    final Object
    Specifies whether to propagate the tags from the job or job definition to the corresponding Amazon ECS task.
    final Object
    The retry strategy to use for failed jobs that are submitted with this job definition.
    final Number
    The scheduling priority of the job definition.
    final Object
    The tags that are applied to the job definition.
    final Object
    The timeout time for jobs that are submitted with this job definition.
    final String
    The type of job definition.
    final int
     

    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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait