Uses of Interface
software.amazon.awscdk.services.ecs.RuntimePlatform
Packages that use RuntimePlatform
Package
Description
AWS::ApplicationSignals Construct Library
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
-
Uses of RuntimePlatform in software.amazon.awscdk.services.applicationsignals.alpha
Methods in software.amazon.awscdk.services.applicationsignals.alpha that return RuntimePlatformModifier and TypeMethodDescriptiondefault RuntimePlatformInstrumentationProps.getRuntimePlatform()(experimental) The runtime platform of the instrumentation.final RuntimePlatformInstrumentationProps.Jsii$Proxy.getRuntimePlatform()Methods in software.amazon.awscdk.services.applicationsignals.alpha with parameters of type RuntimePlatformModifier and TypeMethodDescriptionInstrumentationProps.Builder.runtimePlatform(RuntimePlatform runtimePlatform) Sets the value ofInstrumentationProps.getRuntimePlatform() -
Uses of RuntimePlatform in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement RuntimePlatformMethods in software.amazon.awscdk.services.ecs that return RuntimePlatformModifier and TypeMethodDescriptionRuntimePlatform.Builder.build()Builds the configured instance.default RuntimePlatformFargateTaskDefinitionProps.getRuntimePlatform()The operating system that your task definitions are running on.final RuntimePlatformFargateTaskDefinitionProps.Jsii$Proxy.getRuntimePlatform()default RuntimePlatformTaskDefinitionProps.getRuntimePlatform()The operating system that your task definitions are running on.final RuntimePlatformTaskDefinitionProps.Jsii$Proxy.getRuntimePlatform()Methods in software.amazon.awscdk.services.ecs with parameters of type RuntimePlatformModifier 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
Methods in software.amazon.awscdk.services.ecs.patterns that return RuntimePlatformModifier and TypeMethodDescriptionfinal RuntimePlatformApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getRuntimePlatform()final RuntimePlatformApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getRuntimePlatform()default RuntimePlatformFargateServiceBaseProps.getRuntimePlatform()The runtime platform of the task definition.final RuntimePlatformFargateServiceBaseProps.Jsii$Proxy.getRuntimePlatform()final RuntimePlatformNetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getRuntimePlatform()final RuntimePlatformNetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getRuntimePlatform()final RuntimePlatformQueueProcessingFargateServiceProps.Jsii$Proxy.getRuntimePlatform()final RuntimePlatformScheduledFargateTaskImageOptions.Jsii$Proxy.getRuntimePlatform()final RuntimePlatformScheduledFargateTaskProps.Jsii$Proxy.getRuntimePlatform()Methods in software.amazon.awscdk.services.ecs.patterns with parameters of type RuntimePlatformModifier 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()