Uses of Interface
software.amazon.awscdk.services.ecs.RuntimePlatform
Package
Description
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
-
Uses of RuntimePlatform in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionRuntimePlatform.Builder.build()
Builds the configured instance.default RuntimePlatform
FargateTaskDefinitionProps.getRuntimePlatform()
The operating system that your task definitions are running on.final RuntimePlatform
FargateTaskDefinitionProps.Jsii$Proxy.getRuntimePlatform()
default RuntimePlatform
TaskDefinitionProps.getRuntimePlatform()
The operating system that your task definitions are running on.final RuntimePlatform
TaskDefinitionProps.Jsii$Proxy.getRuntimePlatform()
Modifier and TypeMethodDescriptionFargateTaskDefinition.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) The operating system that your task definitions are running on.FargateTaskDefinitionProps.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) Sets the value ofFargateTaskDefinitionProps.getRuntimePlatform()
TaskDefinition.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) The operating system that your task definitions are running on.TaskDefinitionProps.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) Sets the value ofTaskDefinitionProps.getRuntimePlatform()
-
Uses of RuntimePlatform in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionfinal RuntimePlatform
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getRuntimePlatform()
final RuntimePlatform
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getRuntimePlatform()
default RuntimePlatform
FargateServiceBaseProps.getRuntimePlatform()
The runtime platform of the task definition.final RuntimePlatform
FargateServiceBaseProps.Jsii$Proxy.getRuntimePlatform()
final RuntimePlatform
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getRuntimePlatform()
final RuntimePlatform
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getRuntimePlatform()
final RuntimePlatform
QueueProcessingFargateServiceProps.Jsii$Proxy.getRuntimePlatform()
final RuntimePlatform
ScheduledFargateTaskImageOptions.Jsii$Proxy.getRuntimePlatform()
final RuntimePlatform
ScheduledFargateTaskProps.Jsii$Proxy.getRuntimePlatform()
Modifier and TypeMethodDescriptionApplicationLoadBalancedFargateService.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) The runtime platform of the task definition.ApplicationLoadBalancedFargateServiceProps.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) Sets the value ofFargateServiceBaseProps.getRuntimePlatform()
ApplicationMultipleTargetGroupsFargateService.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) The runtime platform of the task definition.ApplicationMultipleTargetGroupsFargateServiceProps.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) Sets the value ofFargateServiceBaseProps.getRuntimePlatform()
FargateServiceBaseProps.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) Sets the value ofFargateServiceBaseProps.getRuntimePlatform()
NetworkLoadBalancedFargateService.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) The runtime platform of the task definition.NetworkLoadBalancedFargateServiceProps.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) Sets the value ofFargateServiceBaseProps.getRuntimePlatform()
NetworkMultipleTargetGroupsFargateService.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) The runtime platform of the task definition.NetworkMultipleTargetGroupsFargateServiceProps.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) Sets the value ofFargateServiceBaseProps.getRuntimePlatform()
QueueProcessingFargateService.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) The runtime platform of the task definition.QueueProcessingFargateServiceProps.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) Sets the value ofFargateServiceBaseProps.getRuntimePlatform()
ScheduledFargateTask.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) The runtime platform of the task definition.ScheduledFargateTaskImageOptions.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) Sets the value ofFargateServiceBaseProps.getRuntimePlatform()
ScheduledFargateTaskProps.Builder.runtimePlatform
(RuntimePlatform runtimePlatform) Sets the value ofFargateServiceBaseProps.getRuntimePlatform()