| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduledEc2TaskImageOptions.Jsii$Proxy
An implementation for
ScheduledEc2TaskImageOptions |
| Modifier and Type | Method and Description |
|---|---|
ScheduledEc2TaskImageOptions |
ScheduledEc2TaskImageOptions.Builder.build()
Builds the configured instance.
|
default ScheduledEc2TaskImageOptions |
ScheduledEc2TaskProps.getScheduledEc2TaskImageOptions()
(experimental) The properties to define if the construct is to create a TaskDefinition.
|
ScheduledEc2TaskImageOptions |
ScheduledEc2TaskProps.Jsii$Proxy.getScheduledEc2TaskImageOptions() |
| Modifier and Type | Method and Description |
|---|---|
ScheduledEc2TaskProps.Builder |
ScheduledEc2TaskProps.Builder.scheduledEc2TaskImageOptions(ScheduledEc2TaskImageOptions scheduledEc2TaskImageOptions)
Sets the value of
ScheduledEc2TaskProps.getScheduledEc2TaskImageOptions() |
ScheduledEc2Task.Builder |
ScheduledEc2Task.Builder.scheduledEc2TaskImageOptions(ScheduledEc2TaskImageOptions scheduledEc2TaskImageOptions)
(experimental) The properties to define if the construct is to create a TaskDefinition.
|
| Constructor and Description |
|---|
Jsii$Proxy(ScheduledEc2TaskDefinitionOptions scheduledEc2TaskDefinitionOptions,
ScheduledEc2TaskImageOptions scheduledEc2TaskImageOptions,
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
ScheduledEc2TaskProps.Builder. |
Copyright © 2021. All rights reserved.