@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-28T21:34:30.204Z")
public interface ScheduledFargateTaskDefinitionOptions
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.
|
FargateTaskDefinition getTaskDefinition()
[disable-awslint:ref-via-interface]
Default: - none
static ScheduledFargateTaskDefinitionOptions.Builder builder()