Uses of Class
software.amazon.awscdk.services.ecs.CfnExpressGatewayService.Builder
Packages that use CfnExpressGatewayService.Builder
-
Uses of CfnExpressGatewayService.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return CfnExpressGatewayService.BuilderModifier and TypeMethodDescriptionThe short name or full ARN of the cluster that hosts the Express service.The CPU allocation for tasks in this service revision.CfnExpressGatewayService.Builder.executionRoleArn(String executionRoleArn) The ARN of the task execution role for the service revision.CfnExpressGatewayService.Builder.healthCheckPath(String healthCheckPath) The health check path for this service revision.CfnExpressGatewayService.Builder.infrastructureRoleArn(String infrastructureRoleArn) The ARN of the infrastructure role that manages AWS resources for the Express service.The memory allocation for tasks in this service revision.CfnExpressGatewayService.Builder.networkConfiguration(IResolvable networkConfiguration) The network configuration for tasks in this service revision.CfnExpressGatewayService.Builder.networkConfiguration(CfnExpressGatewayService.ExpressGatewayServiceNetworkConfigurationProperty networkConfiguration) The network configuration for tasks in this service revision.CfnExpressGatewayService.Builder.primaryContainer(IResolvable primaryContainer) The primary container configuration for this service revision.CfnExpressGatewayService.Builder.primaryContainer(CfnExpressGatewayService.ExpressGatewayContainerProperty primaryContainer) The primary container configuration for this service revision.CfnExpressGatewayService.Builder.scalingTarget(IResolvable scalingTarget) The auto-scaling configuration for this service revision.CfnExpressGatewayService.Builder.scalingTarget(CfnExpressGatewayService.ExpressGatewayScalingTargetProperty scalingTarget) The auto-scaling configuration for this service revision.CfnExpressGatewayService.Builder.serviceName(String serviceName) The name of the Express service.The metadata applied to the Express service.CfnExpressGatewayService.Builder.taskRoleArn(String taskRoleArn) The ARN of the task role for the service revision.