ExpressGatewayServiceConfiguration - Amazon Elastic Container Service
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

ExpressGatewayServiceConfiguration

Represents a specific configuration revision of an Express service, containing all the settings and parameters for that revision.

Contents

cpu

The CPU allocation for tasks in this service revision.

Type: String

Required: No

cpuArchitecture

The CPU architecture that the task runs on.

Valid values:

  • X86_64 - The x86 64-bit architecture.

  • ARM64 - The 64-bit ARM architecture.

Different service revisions can report different architectures. This value isn't returned when the service uses a customer-provided task definition that doesn't specify a CPU architecture.

Type: String

Valid Values: X86_64 | ARM64

Required: No

createdAt

The Unix timestamp for when this service revision was created.

Type: Timestamp

Required: No

executionRoleArn

The ARN of the task execution role for the service revision.

Type: String

Required: No

healthCheckPath

The health check path for this service revision.

Type: String

Required: No

ingressPaths

The entry point into this service revision.

Type: Array of IngressPathSummary objects

Required: No

memory

The memory allocation for tasks in this service revision.

Type: String

Required: No

networkConfiguration

The network configuration for tasks in this service revision.

Type: ExpressGatewayServiceNetworkConfiguration object

Required: No

primaryContainer

The primary container configuration for this service revision.

Type: ExpressGatewayContainer object

Required: No

scalingTarget

The auto-scaling configuration for this service revision.

Type: ExpressGatewayScalingTarget object

Required: No

serviceRevisionArn

The ARN of the service revision.

Type: String

Required: No

taskDefinitionArn

The ARN of the task definition used by this service revision. This is present for all Express services and reflects the task definition in use, whether managed by Amazon ECS or provided by the customer.

Type: String

Required: No

taskRoleArn

The ARN of the task role for the service revision.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: