| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| software.amazon.awscdk.services.events.targets |
Event Targets for Amazon EventBridge
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default FargatePlatformVersion |
FargateServiceProps.getPlatformVersion()
(experimental) The platform version on which to run your service.
|
FargatePlatformVersion |
FargateServiceProps.Jsii$Proxy.getPlatformVersion() |
static FargatePlatformVersion |
FargatePlatformVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FargatePlatformVersion[] |
FargatePlatformVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FargateService.Builder |
FargateService.Builder.platformVersion(FargatePlatformVersion platformVersion)
(experimental) The platform version on which to run your service.
|
FargateServiceProps.Builder |
FargateServiceProps.Builder.platformVersion(FargatePlatformVersion platformVersion)
Sets the value of
FargateServiceProps.getPlatformVersion() |
| Constructor and Description |
|---|
Jsii$Proxy(TaskDefinition taskDefinition,
Boolean assignPublicIp,
FargatePlatformVersion platformVersion,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection vpcSubnets,
ICluster cluster,
List<? extends CapacityProviderStrategy> capacityProviderStrategies,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
DeploymentController deploymentController,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
FargateServiceProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default FargatePlatformVersion |
ApplicationLoadBalancedFargateServiceProps.getPlatformVersion()
(experimental) The platform version on which to run your service.
|
FargatePlatformVersion |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
default FargatePlatformVersion |
ScheduledFargateTaskProps.getPlatformVersion()
(experimental) The platform version on which to run your service.
|
FargatePlatformVersion |
ScheduledFargateTaskProps.Jsii$Proxy.getPlatformVersion() |
default FargatePlatformVersion |
ApplicationMultipleTargetGroupsFargateServiceProps.getPlatformVersion()
(experimental) The platform version on which to run your service.
|
FargatePlatformVersion |
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
default FargatePlatformVersion |
QueueProcessingFargateServiceProps.getPlatformVersion()
(experimental) The platform version on which to run your service.
|
FargatePlatformVersion |
QueueProcessingFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
default FargatePlatformVersion |
NetworkLoadBalancedFargateServiceProps.getPlatformVersion()
(experimental) The platform version on which to run your service.
|
FargatePlatformVersion |
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
default FargatePlatformVersion |
NetworkMultipleTargetGroupsFargateServiceProps.getPlatformVersion()
(experimental) The platform version on which to run your service.
|
FargatePlatformVersion |
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPlatformVersion() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends ApplicationLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends ApplicationTargetProps> targetGroups,
ApplicationLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationMultipleTargetGroupsFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends NetworkLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends NetworkTargetProps> targetGroups,
NetworkLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkMultipleTargetGroupsFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
SubnetSelection taskSubnets,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
ICluster cluster,
DeploymentController deploymentController,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
INetworkLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
Boolean publicLoadBalancer,
NetworkLoadBalancedServiceRecordType recordType,
String serviceName,
NetworkLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancedFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
List<? extends ISecurityGroup> securityGroups,
FargateTaskDefinition taskDefinition,
SubnetSelection taskSubnets,
ICertificate certificate,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
ICluster cluster,
DeploymentController deploymentController,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
IApplicationLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
Boolean openListener,
PropagatedTagSource propagateTags,
ApplicationProtocol protocol,
ApplicationProtocolVersion protocolVersion,
Boolean publicLoadBalancer,
ApplicationLoadBalancedServiceRecordType recordType,
Boolean redirectHttp,
String serviceName,
ApplicationProtocol targetProtocol,
ApplicationLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancedFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
String containerName,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection taskSubnets,
ContainerImage image,
DeploymentCircuitBreaker circuitBreaker,
ICluster cluster,
List<String> command,
DeploymentController deploymentController,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
Number minScalingCapacity,
PropagatedTagSource propagateTags,
IQueue queue,
Duration retentionPeriod,
List<? extends ScalingInterval> scalingSteps,
Map<String,? extends Secret> secrets,
String serviceName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
QueueProcessingFargateServiceProps.Builder. |
Jsii$Proxy(FargatePlatformVersion platformVersion,
ScheduledFargateTaskDefinitionOptions scheduledFargateTaskDefinitionOptions,
ScheduledFargateTaskImageOptions scheduledFargateTaskImageOptions,
Schedule schedule,
ICluster cluster,
Number desiredTaskCount,
Boolean enabled,
String ruleName,
SubnetSelection subnetSelection,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ScheduledFargateTaskProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default FargatePlatformVersion |
EcsTaskProps.getPlatformVersion()
(experimental) The platform version on which to run your task.
|
FargatePlatformVersion |
EcsTaskProps.Jsii$Proxy.getPlatformVersion() |
| Modifier and Type | Method and Description |
|---|---|
EcsTaskProps.Builder |
EcsTaskProps.Builder.platformVersion(FargatePlatformVersion platformVersion)
Sets the value of
EcsTaskProps.getPlatformVersion() |
EcsTask.Builder |
EcsTask.Builder.platformVersion(FargatePlatformVersion platformVersion)
(experimental) The platform version on which to run your task.
|
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
ITaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
FargatePlatformVersion platformVersion,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Number taskCount)
Constructor that initializes the object based on literal property values passed by the
EcsTaskProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
FargatePlatformVersion |
EcsFargateLaunchTargetOptions.getPlatformVersion()
(experimental) Refers to a specific runtime environment for Fargate task infrastructure.
|
FargatePlatformVersion |
EcsFargateLaunchTargetOptions.Jsii$Proxy.getPlatformVersion() |
| Modifier and Type | Method and Description |
|---|---|
EcsFargateLaunchTarget.Builder |
EcsFargateLaunchTarget.Builder.platformVersion(FargatePlatformVersion platformVersion)
(experimental) Refers to a specific runtime environment for Fargate task infrastructure.
|
EcsFargateLaunchTargetOptions.Builder |
EcsFargateLaunchTargetOptions.Builder.platformVersion(FargatePlatformVersion platformVersion)
Sets the value of
EcsFargateLaunchTargetOptions.getPlatformVersion() |
| Constructor and Description |
|---|
Jsii$Proxy(FargatePlatformVersion platformVersion)
Constructor that initializes the object based on literal property values passed by the
EcsFargateLaunchTargetOptions.Builder. |
Copyright © 2021. All rights reserved.