Uses of Interface
software.amazon.awscdk.services.ecs.IBaseService
Packages that use IBaseService
Package
Description
AWS CodePipeline Actions
Amazon ECS Construct Library
-
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.