@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.334Z") @Stability(value=Experimental) public class ScheduledFargateTask extends ScheduledTaskBase
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduledFargateTask.Builder
(experimental) A fluent builder for
ScheduledFargateTask. |
| Modifier | Constructor and Description |
|---|---|
|
ScheduledFargateTask(software.constructs.Construct scope,
String id,
ScheduledFargateTaskProps props)
(experimental) Constructs a new instance of the ScheduledFargateTask class.
|
protected |
ScheduledFargateTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ScheduledFargateTask(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
FargateTaskDefinition |
getTaskDefinition()
(experimental) The Fargate task definition in this construct.
|
addTaskAsTarget, addTaskDefinitionToEventTarget, createAWSLogDriver, getCluster, getDefaultCluster, getDefaultCluster, getDesiredTaskCount, getEventRule, getSubnetSelectionjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ScheduledFargateTask(software.amazon.jsii.JsiiObjectRef objRef)
protected ScheduledFargateTask(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public ScheduledFargateTask(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
ScheduledFargateTaskProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public FargateTaskDefinition getTaskDefinition()
Copyright © 2021. All rights reserved.