@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.255Z") @Stability(value=Experimental) 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)
(experimental) Apply the extension to the given TaskDefinition.
|
@Stability(value=Experimental)
void extend(@NotNull
TaskDefinition taskDefinition)
taskDefinition - [disable-awslint:ref-via-interface]. This parameter is required.Copyright © 2021. All rights reserved.