Uses of Interface
software.amazon.awscdk.services.ecs.DeploymentController
Packages that use DeploymentController
Package
Description
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
-
Uses of DeploymentController in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement DeploymentControllerMethods in software.amazon.awscdk.services.ecs that return DeploymentControllerModifier and TypeMethodDescriptionDeploymentController.Builder.build()Builds the configured instance.default DeploymentControllerBaseServiceOptions.getDeploymentController()Specifies which deployment controller to use for the service.final DeploymentControllerBaseServiceOptions.Jsii$Proxy.getDeploymentController()final DeploymentControllerBaseServiceProps.Jsii$Proxy.getDeploymentController()final DeploymentControllerEc2ServiceProps.Jsii$Proxy.getDeploymentController()final DeploymentControllerExternalServiceProps.Jsii$Proxy.getDeploymentController()final DeploymentControllerFargateServiceProps.Jsii$Proxy.getDeploymentController()Methods in software.amazon.awscdk.services.ecs with parameters of type DeploymentControllerModifier and TypeMethodDescriptionBaseServiceOptions.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofBaseServiceOptions.getDeploymentController()BaseServiceProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofBaseServiceOptions.getDeploymentController()Ec2Service.Builder.deploymentController(DeploymentController deploymentController) Specifies which deployment controller to use for the service.Ec2ServiceProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofBaseServiceOptions.getDeploymentController()ExternalService.Builder.deploymentController(DeploymentController deploymentController) Specifies which deployment controller to use for the service.ExternalServiceProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofBaseServiceOptions.getDeploymentController()FargateService.Builder.deploymentController(DeploymentController deploymentController) Specifies which deployment controller to use for the service.FargateServiceProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofBaseServiceOptions.getDeploymentController() -
Uses of DeploymentController in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return DeploymentControllerModifier and TypeMethodDescriptionfinal DeploymentControllerApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getDeploymentController()final DeploymentControllerApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getDeploymentController()default DeploymentControllerApplicationLoadBalancedServiceBaseProps.getDeploymentController()Specifies which deployment controller to use for the service.final DeploymentControllerApplicationLoadBalancedServiceBaseProps.Jsii$Proxy.getDeploymentController()final DeploymentControllerNetworkLoadBalancedEc2ServiceProps.Jsii$Proxy.getDeploymentController()final DeploymentControllerNetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getDeploymentController()default DeploymentControllerNetworkLoadBalancedServiceBaseProps.getDeploymentController()Specifies which deployment controller to use for the service.final DeploymentControllerNetworkLoadBalancedServiceBaseProps.Jsii$Proxy.getDeploymentController()final DeploymentControllerQueueProcessingEc2ServiceProps.Jsii$Proxy.getDeploymentController()final DeploymentControllerQueueProcessingFargateServiceProps.Jsii$Proxy.getDeploymentController()default DeploymentControllerQueueProcessingServiceBaseProps.getDeploymentController()Specifies which deployment controller to use for the service.final DeploymentControllerQueueProcessingServiceBaseProps.Jsii$Proxy.getDeploymentController()Methods in software.amazon.awscdk.services.ecs.patterns with parameters of type DeploymentControllerModifier and TypeMethodDescriptionApplicationLoadBalancedEc2Service.Builder.deploymentController(DeploymentController deploymentController) Specifies which deployment controller to use for the service.ApplicationLoadBalancedEc2ServiceProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDeploymentController()ApplicationLoadBalancedFargateService.Builder.deploymentController(DeploymentController deploymentController) Specifies which deployment controller to use for the service.ApplicationLoadBalancedFargateServiceProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDeploymentController()ApplicationLoadBalancedServiceBaseProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDeploymentController()NetworkLoadBalancedEc2Service.Builder.deploymentController(DeploymentController deploymentController) Specifies which deployment controller to use for the service.NetworkLoadBalancedEc2ServiceProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofNetworkLoadBalancedServiceBaseProps.getDeploymentController()NetworkLoadBalancedFargateService.Builder.deploymentController(DeploymentController deploymentController) Specifies which deployment controller to use for the service.NetworkLoadBalancedFargateServiceProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofNetworkLoadBalancedServiceBaseProps.getDeploymentController()NetworkLoadBalancedServiceBaseProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofNetworkLoadBalancedServiceBaseProps.getDeploymentController()QueueProcessingEc2Service.Builder.deploymentController(DeploymentController deploymentController) Specifies which deployment controller to use for the service.QueueProcessingEc2ServiceProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofQueueProcessingServiceBaseProps.getDeploymentController()QueueProcessingFargateService.Builder.deploymentController(DeploymentController deploymentController) Specifies which deployment controller to use for the service.QueueProcessingFargateServiceProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofQueueProcessingServiceBaseProps.getDeploymentController()QueueProcessingServiceBaseProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofQueueProcessingServiceBaseProps.getDeploymentController()