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 TypeInterfaceDescriptioninterface
Complete base service properties that are required to be supplied by the implementation of the BaseService class.interface
The properties for defining a service using the EC2 launch type.interface
The properties for defining a service using the External launch type.interface
The properties for defining a service using the Fargate launch type.Classes in software.amazon.awscdk.services.ecs that implement BaseServiceOptionsModifier and TypeClassDescriptionstatic final class
An implementation forBaseServiceOptions
static final class
An implementation forBaseServiceProps
static final class
An implementation forEc2ServiceProps
static final class
An implementation forExternalServiceProps
static final class
An implementation forFargateServiceProps
Methods in software.amazon.awscdk.services.ecs that return BaseServiceOptionsModifier and TypeMethodDescriptionBaseServiceOptions.Builder.build()
Builds the configured instance.