@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.840Z") @Stability(value=Stable) public interface ScheduledEc2TaskDefinitionOptions 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.*;
Ec2TaskDefinition ec2TaskDefinition;
ScheduledEc2TaskDefinitionOptions scheduledEc2TaskDefinitionOptions = ScheduledEc2TaskDefinitionOptions.builder()
.taskDefinition(ec2TaskDefinition)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ScheduledEc2TaskDefinitionOptions.Builder
A builder for
ScheduledEc2TaskDefinitionOptions |
static class |
ScheduledEc2TaskDefinitionOptions.Jsii$Proxy
An implementation for
ScheduledEc2TaskDefinitionOptions |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledEc2TaskDefinitionOptions.Builder |
builder() |
Ec2TaskDefinition |
getTaskDefinition()
The task definition to use for tasks in the service.
|
@Stability(value=Stable) @NotNull Ec2TaskDefinition getTaskDefinition()
[disable-awslint:ref-via-interface]
Default: - none
@Stability(value=Stable) static ScheduledEc2TaskDefinitionOptions.Builder builder()
Copyright © 2022. All rights reserved.