Interface ITaskDefinitionExtension
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
- ITaskDefinitionExtension.Jsii$Default
- All Known Implementing Classes:
- ITaskDefinitionExtension.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
           date="2025-10-29T11:15:39.238Z")
@Stability(Stable)
public interface ITaskDefinitionExtension
extends software.amazon.jsii.JsiiSerializable
An extension for Task Definitions.
 
Classes that want to make changes to a TaskDefinition (such as adding helper containers) can implement this interface, and can then be "added" to a TaskDefinition like so:
taskDefinition.addExtension(new MyExtension("some_parameter"));
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITaskDefinitionExtension.static final classA proxy class which represents a concrete javascript instance of this type.
- 
Method SummaryModifier and TypeMethodDescriptionvoidextend(TaskDefinition taskDefinition) Apply the extension to the given TaskDefinition.Methods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
extendApply the extension to the given TaskDefinition.- Parameters:
- taskDefinition- [disable-awslint:ref-via-interface]. This parameter is required.
 
 
-