@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.238Z") @Stability(value=Experimental) public class EcsTask extends software.amazon.jsii.JsiiObject implements IRuleTarget
| Modifier and Type | Class and Description |
|---|---|
static class |
EcsTask.Builder
(experimental) A fluent builder for
EcsTask. |
software.amazon.jsii.JsiiObject.InitializationModeIRuleTarget.Jsii$Default, IRuleTarget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
EcsTask(EcsTaskProps props) |
protected |
EcsTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EcsTask(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
RuleTargetConfig |
bind(IRule _rule)
(experimental) Allows using tasks as target of EventBridge events.
|
RuleTargetConfig |
bind(IRule _rule,
String _id)
(experimental) Allows using tasks as target of EventBridge events.
|
List<ISecurityGroup> |
getSecurityGroups()
(experimental) The security groups associated with the task.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EcsTask(software.amazon.jsii.JsiiObjectRef objRef)
protected EcsTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public EcsTask(@NotNull
EcsTaskProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public RuleTargetConfig bind(@NotNull IRule _rule, @Nullable String _id)
bind in interface IRuleTarget_rule - This parameter is required._id - @Stability(value=Experimental) @NotNull public RuleTargetConfig bind(@NotNull IRule _rule)
bind in interface IRuleTarget_rule - This parameter is required.@Stability(value=Experimental) @Nullable public List<ISecurityGroup> getSecurityGroups()
Only applicable with awsvpc network mode.
Default: - A new security group is created.
Copyright © 2021. All rights reserved.