@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.732Z") @Stability(value=Stable) public interface ITaskDefinitionExtension extends software.amazon.jsii.JsiiSerializable
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"));
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ITaskDefinitionExtension.Jsii$Default
Internal default implementation for
ITaskDefinitionExtension. |
static class |
ITaskDefinitionExtension.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
extend(TaskDefinition taskDefinition)
Apply the extension to the given TaskDefinition.
|
@Stability(value=Stable)
void extend(@NotNull
TaskDefinition taskDefinition)
taskDefinition - [disable-awslint:ref-via-interface]. This parameter is required.Copyright © 2022. All rights reserved.