Values.ExpressGatewayServiceConfigurationSourceRepresents a specific configuration revision of an Express service, containing all the settings and parameters for that revision.
type nonrec t = {serviceRevisionArn : String_.t option;The ARN of the service revision.
*)executionRoleArn : String_.t option;The ARN of the task execution role for the service revision.
*)taskRoleArn : String_.t option;The ARN of the task role for the service revision.
*)cpu : String_.t option;The CPU allocation for tasks in this service revision.
*)memory : String_.t option;The memory allocation for tasks in this service revision.
*)networkConfiguration : ExpressGatewayServiceNetworkConfiguration.t option;The network configuration for tasks in this service revision.
*)healthCheckPath : String_.t option;The health check path for this service revision.
*)primaryContainer : ExpressGatewayContainer.t option;The primary container configuration for this service revision.
*)scalingTarget : ExpressGatewayScalingTarget.t option;The auto-scaling configuration for this service revision.
*)ingressPaths : IngressPathSummaries.t option;The entry point into this service revision.
*)createdAt : Timestamp.t option;The Unix timestamp for when this service revision was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of BoxedInteger.t
| `List of
[> `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]