Class CfnTaskSetProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnTaskSetProps.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 String
    The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.
    final String
    An optional non-unique tag that identifies this task set in external systems.
    final String
    The launch type that new tasks in the task set uses.
    final Object
    A load balancer object representing the load balancer to use with the task set.
    final Object
    The network configuration for the task set.
    final String
    The platform version that the tasks in the task set uses.
    final Object
    A floating-point percentage of your desired number of tasks to place and keep running in the task set.
    final String
    The short name or full Amazon Resource Name (ARN) of the service to create the task set in.
    final Object
    The details of the service discovery registries to assign to this task set.
    final String
    The task definition for the tasks in the task set to use.
    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
  • 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

      protected Jsii$Proxy(CfnTaskSetProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnTaskSetProps.Builder.
  • Method Details

    • getCluster

      public final String getCluster()
      Description copied from interface: CfnTaskSetProps
      The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.
      Specified by:
      getCluster in interface CfnTaskSetProps
    • getService

      public final String getService()
      Description copied from interface: CfnTaskSetProps
      The short name or full Amazon Resource Name (ARN) of the service to create the task set in.
      Specified by:
      getService in interface CfnTaskSetProps
    • getTaskDefinition

      public final String getTaskDefinition()
      Description copied from interface: CfnTaskSetProps
      The task definition for the tasks in the task set to use.
      Specified by:
      getTaskDefinition in interface CfnTaskSetProps
    • getExternalId

      public final String getExternalId()
      Description copied from interface: CfnTaskSetProps
      An optional non-unique tag that identifies this task set in external systems.

      If the task set is associated with a service discovery registry, the tasks in this task set will have the ECS_TASK_SET_EXTERNAL_ID AWS Cloud Map attribute set to the provided value.

      Specified by:
      getExternalId in interface CfnTaskSetProps
    • getLaunchType

      public final String getLaunchType()
      Description copied from interface: CfnTaskSetProps
      The launch type that new tasks in the task set uses.

      For more information, see Amazon ECS launch types in the Amazon Elastic Container Service Developer Guide .

      If a launchType is specified, the capacityProviderStrategy parameter must be omitted.

      Specified by:
      getLaunchType in interface CfnTaskSetProps
    • getLoadBalancers

      public final Object getLoadBalancers()
      Description copied from interface: CfnTaskSetProps
      A load balancer object representing the load balancer to use with the task set.

      The supported load balancer types are either an Application Load Balancer or a Network Load Balancer.

      Specified by:
      getLoadBalancers in interface CfnTaskSetProps
    • getNetworkConfiguration

      public final Object getNetworkConfiguration()
      Description copied from interface: CfnTaskSetProps
      The network configuration for the task set.
      Specified by:
      getNetworkConfiguration in interface CfnTaskSetProps
    • getPlatformVersion

      public final String getPlatformVersion()
      Description copied from interface: CfnTaskSetProps
      The platform version that the tasks in the task set uses.

      A platform version is specified only for tasks using the Fargate launch type. If one isn't specified, the LATEST platform version is used.

      Specified by:
      getPlatformVersion in interface CfnTaskSetProps
    • getScale

      public final Object getScale()
      Description copied from interface: CfnTaskSetProps
      A floating-point percentage of your desired number of tasks to place and keep running in the task set.
      Specified by:
      getScale in interface CfnTaskSetProps
    • getServiceRegistries

      public final Object getServiceRegistries()
      Description copied from interface: CfnTaskSetProps
      The details of the service discovery registries to assign to this task set.

      For more information, see Service discovery .

      Specified by:
      getServiceRegistries in interface CfnTaskSetProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object