| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduledFargateTaskImageOptions.Jsii$Proxy
An implementation for
ScheduledFargateTaskImageOptions |
| Modifier and Type | Method and Description |
|---|---|
ScheduledFargateTaskImageOptions |
ScheduledFargateTaskImageOptions.Builder.build()
Builds the configured instance.
|
default ScheduledFargateTaskImageOptions |
ScheduledFargateTaskProps.getScheduledFargateTaskImageOptions()
(experimental) The properties to define if the construct is to create a TaskDefinition.
|
ScheduledFargateTaskImageOptions |
ScheduledFargateTaskProps.Jsii$Proxy.getScheduledFargateTaskImageOptions() |
| Modifier and Type | Method and Description |
|---|---|
ScheduledFargateTask.Builder |
ScheduledFargateTask.Builder.scheduledFargateTaskImageOptions(ScheduledFargateTaskImageOptions scheduledFargateTaskImageOptions)
(experimental) The properties to define if the construct is to create a TaskDefinition.
|
ScheduledFargateTaskProps.Builder |
ScheduledFargateTaskProps.Builder.scheduledFargateTaskImageOptions(ScheduledFargateTaskImageOptions scheduledFargateTaskImageOptions)
Sets the value of
ScheduledFargateTaskProps.getScheduledFargateTaskImageOptions() |
| Constructor and Description |
|---|
Jsii$Proxy(FargatePlatformVersion platformVersion,
ScheduledFargateTaskDefinitionOptions scheduledFargateTaskDefinitionOptions,
ScheduledFargateTaskImageOptions scheduledFargateTaskImageOptions,
Schedule schedule,
ICluster cluster,
Number desiredTaskCount,
Boolean enabled,
String ruleName,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ScheduledFargateTaskProps.Builder. |
Copyright © 2021. All rights reserved.