Class CfnDaemonTaskDefinitionProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnDaemonTaskDefinitionProps.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
    A list of container definitions in JSON format that describe the containers that make up the daemon task.
    final String
    The number of CPU units used by the daemon task.
    final String
    The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS container agent permission to make Amazon Web Services API calls on your behalf.
    final String
    The name of a family that this daemon task definition is registered to.
    final String
    The amount of memory (in MiB) used by the daemon task.
    final List<CfnTag>
     
    final String
    The short name or full Amazon Resource Name (ARN) of the IAM role that grants containers in the daemon task permission to call Amazon Web Services APIs on your behalf.
    final Object
    The list of data volume definitions for the daemon task.
    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