@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.843Z") @Stability(value=Stable) public interface ScheduledFargateTaskDefinitionOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecs.*;
import software.amazon.awscdk.services.ecs.patterns.*;
FargateTaskDefinition fargateTaskDefinition;
ScheduledFargateTaskDefinitionOptions scheduledFargateTaskDefinitionOptions = ScheduledFargateTaskDefinitionOptions.builder()
.taskDefinition(fargateTaskDefinition)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ScheduledFargateTaskDefinitionOptions.Builder
A builder for
ScheduledFargateTaskDefinitionOptions |
static class |
ScheduledFargateTaskDefinitionOptions.Jsii$Proxy
An implementation for
ScheduledFargateTaskDefinitionOptions |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledFargateTaskDefinitionOptions.Builder |
builder() |
FargateTaskDefinition |
getTaskDefinition()
The task definition to use for tasks in the service.
|
@Stability(value=Stable) @NotNull FargateTaskDefinition getTaskDefinition()
[disable-awslint:ref-via-interface]
Default: - none
@Stability(value=Stable) static ScheduledFargateTaskDefinitionOptions.Builder builder()
Copyright © 2022. All rights reserved.