Uses of Interface
software.amazon.awscdk.services.ecs.BaseServiceOptions
Packages that use BaseServiceOptions
-
Uses of BaseServiceOptions in software.amazon.awscdk.services.ecs
Subinterfaces of BaseServiceOptions in software.amazon.awscdk.services.ecsModifier and TypeInterfaceDescriptioninterfaceComplete base service properties that are required to be supplied by the implementation of the BaseService class.interfaceThe properties for defining a service using the EC2 launch type.interfaceThe properties for defining a service using the External launch type.interfaceThe properties for defining a service using the Fargate launch type.Classes in software.amazon.awscdk.services.ecs that implement BaseServiceOptionsModifier and TypeClassDescriptionstatic final classAn implementation forBaseServiceOptionsstatic final classAn implementation forBaseServicePropsstatic final classAn implementation forEc2ServicePropsstatic final classAn implementation forExternalServicePropsstatic final classAn implementation forFargateServicePropsMethods in software.amazon.awscdk.services.ecs that return BaseServiceOptionsModifier and TypeMethodDescriptionBaseServiceOptions.Builder.build()Builds the configured instance.