Class ECSTaskSet
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<ECSTaskSet.Builder,- ECSTaskSet> 
Information about a set of Amazon ECS tasks in an CodeDeploy deployment. An Amazon ECS task set includes details such as the desired number of tasks, how many tasks are running, and whether the task set serves production traffic. An CodeDeploy application that uses the Amazon ECS compute platform deploys a containerized application in an Amazon ECS service as a task set.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic ECSTaskSet.Builderbuilder()final LongThe number of tasks in a task set.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringA unique ID of anECSTaskSet.final LongThe number of tasks in the task set that are in thePENDINGstatus during an Amazon ECS deployment.final LongThe number of tasks in the task set that are in theRUNNINGstatus during an Amazon ECS deployment.static Class<? extends ECSTaskSet.Builder> final Stringstatus()The status of the task set.final TargetGroupInfoThe target group associated with the task set.final TargetLabelA label that identifies whether the ECS task set is an original target (BLUE) or a replacement target (GREEN).final StringA label that identifies whether the ECS task set is an original target (BLUE) or a replacement target (GREEN).Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final DoubleThe percentage of traffic served by this task set.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
identiferA unique ID of an ECSTaskSet.- Returns:
- A unique ID of an ECSTaskSet.
 
- 
desiredCountThe number of tasks in a task set. During a deployment that uses the Amazon ECS compute type, CodeDeploy instructs Amazon ECS to create a new task set and uses this value to determine how many tasks to create. After the updated task set is created, CodeDeploy shifts traffic to the new task set. - Returns:
- The number of tasks in a task set. During a deployment that uses the Amazon ECS compute type, CodeDeploy instructs Amazon ECS to create a new task set and uses this value to determine how many tasks to create. After the updated task set is created, CodeDeploy shifts traffic to the new task set.
 
- 
pendingCountThe number of tasks in the task set that are in the PENDINGstatus during an Amazon ECS deployment. A task in thePENDINGstate is preparing to enter theRUNNINGstate. A task set enters thePENDINGstatus when it launches for the first time, or when it is restarted after being in theSTOPPEDstate.- Returns:
- The number of tasks in the task set that are in the PENDINGstatus during an Amazon ECS deployment. A task in thePENDINGstate is preparing to enter theRUNNINGstate. A task set enters thePENDINGstatus when it launches for the first time, or when it is restarted after being in theSTOPPEDstate.
 
- 
runningCountThe number of tasks in the task set that are in the RUNNINGstatus during an Amazon ECS deployment. A task in theRUNNINGstate is running and ready for use.- Returns:
- The number of tasks in the task set that are in the RUNNINGstatus during an Amazon ECS deployment. A task in theRUNNINGstate is running and ready for use.
 
- 
statusThe status of the task set. There are three valid task set statuses: - 
 PRIMARY: Indicates the task set is serving production traffic.
- 
 ACTIVE: Indicates the task set is not serving production traffic.
- 
 DRAINING: Indicates the tasks in the task set are being stopped and their corresponding targets are being deregistered from their target group.
 - Returns:
- The status of the task set. There are three valid task set statuses: 
         - 
         PRIMARY: Indicates the task set is serving production traffic.
- 
         ACTIVE: Indicates the task set is not serving production traffic.
- 
         DRAINING: Indicates the tasks in the task set are being stopped and their corresponding targets are being deregistered from their target group.
 
- 
         
 
- 
 
- 
trafficWeightThe percentage of traffic served by this task set. - Returns:
- The percentage of traffic served by this task set.
 
- 
targetGroupThe target group associated with the task set. The target group is used by CodeDeploy to manage traffic to a task set. - Returns:
- The target group associated with the task set. The target group is used by CodeDeploy to manage traffic to a task set.
 
- 
taskSetLabelA label that identifies whether the ECS task set is an original target ( BLUE) or a replacement target (GREEN).If the service returns an enum value that is not available in the current SDK version, taskSetLabelwill returnTargetLabel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskSetLabelAsString().- Returns:
- A label that identifies whether the ECS task set is an original target (BLUE) or a replacement target (GREEN).
- See Also:
 
- 
taskSetLabelAsStringA label that identifies whether the ECS task set is an original target ( BLUE) or a replacement target (GREEN).If the service returns an enum value that is not available in the current SDK version, taskSetLabelwill returnTargetLabel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtaskSetLabelAsString().- Returns:
- A label that identifies whether the ECS task set is an original target (BLUE) or a replacement target (GREEN).
- See Also:
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<ECSTaskSet.Builder,- ECSTaskSet> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-