@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.335Z") @Stability(value=Experimental) public interface ScheduledFargateTaskProps extends software.amazon.jsii.JsiiSerializable, ScheduledTaskBaseProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
ScheduledFargateTaskProps.Builder
A builder for
ScheduledFargateTaskProps |
static class |
ScheduledFargateTaskProps.Jsii$Proxy
An implementation for
ScheduledFargateTaskProps |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledFargateTaskProps.Builder |
builder() |
default FargatePlatformVersion |
getPlatformVersion()
(experimental) The platform version on which to run your service.
|
default ScheduledFargateTaskDefinitionOptions |
getScheduledFargateTaskDefinitionOptions()
(experimental) The properties to define if using an existing TaskDefinition in this construct.
|
default ScheduledFargateTaskImageOptions |
getScheduledFargateTaskImageOptions()
(experimental) The properties to define if the construct is to create a TaskDefinition.
|
getCluster, getDesiredTaskCount, getEnabled, getRuleName, getSchedule, getSubnetSelection, getVpc@Stability(value=Experimental) @Nullable default FargatePlatformVersion getPlatformVersion()
If one is not specified, the LATEST platform version is used by default. For more information, see AWS Fargate Platform Versions in the Amazon Elastic Container Service Developer Guide.
Default: Latest
@Stability(value=Experimental) @Nullable default ScheduledFargateTaskDefinitionOptions getScheduledFargateTaskDefinitionOptions()
ScheduledFargateTaskDefinitionOptions or ScheduledFargateTaskImageOptions must be defined, but not both.
Default: none
@Stability(value=Experimental) @Nullable default ScheduledFargateTaskImageOptions getScheduledFargateTaskImageOptions()
ScheduledFargateTaskDefinitionOptions or ScheduledFargateTaskImageOptions must be defined, but not both.
Default: none
@Stability(value=Experimental) static ScheduledFargateTaskProps.Builder builder()
builder in interface ScheduledTaskBasePropsScheduledFargateTaskProps.Builder of ScheduledFargateTaskPropsCopyright © 2021. All rights reserved.