Uses of Interface
software.amazon.awscdk.services.ecs.IBaseService
Packages that use IBaseService
Package
Description
AWS CodeDeploy Construct Library
AWS CodePipeline Actions
Amazon ECS Construct Library
-
Uses of IBaseService in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy that return IBaseServiceModifier and TypeMethodDescriptionEcsDeploymentGroupProps.getService()The ECS service to deploy with this Deployment Group.final IBaseServiceEcsDeploymentGroupProps.Jsii$Proxy.getService()Methods in software.amazon.awscdk.services.codedeploy with parameters of type IBaseServiceModifier and TypeMethodDescriptionEcsDeploymentGroup.Builder.service(IBaseService service) The ECS service to deploy with this Deployment Group.EcsDeploymentGroupProps.Builder.service(IBaseService service) Sets the value ofEcsDeploymentGroupProps.getService() -
Uses of IBaseService in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return IBaseServiceModifier and TypeMethodDescriptionEcsDeployActionProps.getService()The ECS Service to deploy.final IBaseServiceEcsDeployActionProps.Jsii$Proxy.getService()Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type IBaseServiceModifier and TypeMethodDescriptionEcsDeployAction.Builder.service(IBaseService service) The ECS Service to deploy.EcsDeployActionProps.Builder.service(IBaseService service) Sets the value ofEcsDeployActionProps.getService() -
Uses of IBaseService in software.amazon.awscdk.services.ecs
Subinterfaces of IBaseService in software.amazon.awscdk.services.ecsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIBaseService.Classes in software.amazon.awscdk.services.ecs that implement IBaseServiceModifier and TypeClassDescriptionclassThe base class for Ec2Service and FargateService services.classThis creates a service using the EC2 launch type on an ECS cluster.classThis creates a service using the External launch type on an ECS cluster.classThis creates a service using the Fargate launch type on an ECS cluster.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.ecs that return IBaseServiceModifier and TypeMethodDescriptionstatic IBaseServiceEc2Service.fromEc2ServiceAttributes(software.constructs.Construct scope, String id, Ec2ServiceAttributes attrs) Imports from the specified service attributes.static IBaseServiceExternalService.fromExternalServiceAttributes(software.constructs.Construct scope, String id, ExternalServiceAttributes attrs) Imports from the specified service attributes.static IBaseServiceFargateService.fromFargateServiceAttributes(software.constructs.Construct scope, String id, FargateServiceAttributes attrs) Imports from the specified service attributes.static IBaseServiceBaseService.fromServiceArnWithCluster(software.constructs.Construct scope, String id, String serviceArn) Import an existing ECS/Fargate Service using the service cluster format.