@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.802Z") @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.