Class CfnTaskDefinitionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.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.ecs.CfnTaskDefinitionProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnTaskDefinitionProps.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 different containers that make up your task.
    final String
    The number of cpu units used by the task.
    final Object
    Enables fault injection and allows for fault injection requests to be accepted from the task's containers.
    final Object
    The ephemeral storage settings to use for tasks run with the task definition.
    final String
    The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS container agent permission to make AWS API calls on your behalf.
    final String
    The name of a family that this task definition is registered to.
    final Object
    (deprecated) The Elastic Inference accelerators to use for the containers in the task.
    final String
    The IPC resource namespace to use for the containers in the task.
    final String
    The amount (in MiB) of memory used by the task.
    final String
    The Docker networking mode to use for the containers in the task.
    final String
    The process namespace to use for the containers in the task.
    final Object
    An array of placement constraint objects to use for tasks.
    final Object
    The configuration details for the App Mesh proxy.
    final List<String>
    The task launch types the task definition was validated against.
    final Object
    The operating system that your tasks definitions run on.
    final List<CfnTag>
    The metadata that you apply to the task definition to help you categorize and organize them.
    final String
    The short name or full Amazon Resource Name (ARN) of the AWS Identity and Access Management role that grants containers in the task permission to call AWS APIs on your behalf.
    final Object
    The list of data volume definitions for the 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