Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnExpressGatewayServicePropsMixin.Builder
Packages that use CfnExpressGatewayServicePropsMixin.Builder
-
Uses of CfnExpressGatewayServicePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ecs
Methods in software.amazon.awscdk.cfnpropertymixins.services.ecs that return CfnExpressGatewayServicePropsMixin.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.CfnExpressGatewayServicePropsMixin.Builder.create()CfnExpressGatewayServicePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnExpressGatewayServicePropsMixin.Builder.executionRoleArn(String executionRoleArn) The ARN of the task execution role for the service revision.CfnExpressGatewayServicePropsMixin.Builder.healthCheckPath(String healthCheckPath) The health check path for this service revision.CfnExpressGatewayServicePropsMixin.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.CfnExpressGatewayServicePropsMixin.Builder.networkConfiguration(CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceNetworkConfigurationProperty networkConfiguration) The network configuration for tasks in this service revision.CfnExpressGatewayServicePropsMixin.Builder.networkConfiguration(IResolvable networkConfiguration) The network configuration for tasks in this service revision.CfnExpressGatewayServicePropsMixin.Builder.primaryContainer(CfnExpressGatewayServicePropsMixin.ExpressGatewayContainerProperty primaryContainer) The primary container configuration for this service revision.CfnExpressGatewayServicePropsMixin.Builder.primaryContainer(IResolvable primaryContainer) The primary container configuration for this service revision.CfnExpressGatewayServicePropsMixin.Builder.scalingTarget(CfnExpressGatewayServicePropsMixin.ExpressGatewayScalingTargetProperty scalingTarget) The auto-scaling configuration for this service revision.CfnExpressGatewayServicePropsMixin.Builder.scalingTarget(IResolvable scalingTarget) The auto-scaling configuration for this service revision.CfnExpressGatewayServicePropsMixin.Builder.serviceName(String serviceName) The name of the Express service.The metadata applied to the Express service.CfnExpressGatewayServicePropsMixin.Builder.taskRoleArn(String taskRoleArn) The ARN of the task role for the service revision.