java.lang.Object
software.amazon.awscdk.services.ecs.CfnExpressGatewayService.ExpressGatewayServiceConfigurationProperty.Builder
-
Constructor Summary
Constructors
-
Method Summary
Builds the configured instance.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
cpu
- Parameters:
cpu - The CPU allocation for tasks in this service revision.
- Returns:
this
-
createdAt
- Parameters:
createdAt - The Unix timestamp for when this service revision was created.
- Returns:
this
-
executionRoleArn
- Parameters:
executionRoleArn - The ARN of the task execution role for the service revision.
- Returns:
this
-
healthCheckPath
- Parameters:
healthCheckPath - The health check path for this service revision.
- Returns:
this
-
ingressPaths
- Parameters:
ingressPaths - The entry point into this service revision.
- Returns:
this
-
ingressPaths
- Parameters:
ingressPaths - The entry point into this service revision.
- Returns:
this
-
memory
- Parameters:
memory - The memory allocation for tasks in this service revision.
- Returns:
this
-
networkConfiguration
- Parameters:
networkConfiguration - The network configuration for tasks in this service revision.
- Returns:
this
-
networkConfiguration
- Parameters:
networkConfiguration - The network configuration for tasks in this service revision.
- Returns:
this
-
primaryContainer
- Parameters:
primaryContainer - The primary container configuration for this service revision.
- Returns:
this
-
primaryContainer
- Parameters:
primaryContainer - The primary container configuration for this service revision.
- Returns:
this
-
scalingTarget
- Parameters:
scalingTarget - The auto-scaling configuration for this service revision.
- Returns:
this
-
scalingTarget
- Parameters:
scalingTarget - The auto-scaling configuration for this service revision.
- Returns:
this
-
serviceRevisionArn
- Parameters:
serviceRevisionArn - The ARN of the service revision.
- Returns:
this
-
taskRoleArn
- Parameters:
taskRoleArn - The ARN of the task role for the service revision.
- Returns:
this
-