ScheduledFargateTaskDefinitionOptions¶
-
class
aws_cdk.aws_ecs_patterns.
ScheduledFargateTaskDefinitionOptions
(*, task_definition)¶ Bases:
object
The properties for the ScheduledFargateTask using a task definition.
- Parameters
task_definition (
FargateTaskDefinition
) – The task definition to use for tasks in the service. Image or taskDefinition must be specified, but not both. [disable-awslint:ref-via-interface] Default: - none
Attributes
-
task_definition
¶ The task definition to use for tasks in the service. Image or taskDefinition must be specified, but not both.
[disable-awslint:ref-via-interface]
- Default
none
- Return type