

# Properties included in an Amazon ECS service revision
<a name="service-revision-property"></a>

The following properties are included in a service revision.


| Resource | Description | 
| --- | --- | 
| Service ARN | The ARN that identifies the service. | 
| Cluster ARN | The ARN for the cluster that hosts the service. | 
| Task definition ARN | The ARN of the task definition used for the service tasks. | 
| Service registries | The details for the service registries used for service discovery.+  The container name <br />The container name value to be used for your service discovery service.  <br />+  The container port <br />The port value to be used for your service discovery service. This value is also specified in the task definition. <br />+  The port <br />The port value used if your service discovery service specified an SRV record. <br />+  The registry ARN <br />The Amazon Resource Name (ARN) of the service registry.  | 
| Capacity providers | The capacity provider strategy details.+  The capacity provider name <br />The capacity provider name used for the service. <br />+  The capacity provider weight <br />The relative percentage of the total number of tasks launched that should use the specified capacity provider. <br />+  The capacity provider base <br />The number of tasks, at a minimum, to run on the specified capacity provider.  | 
| Container images | The details about the container images. +  The container name <br />+  The image digest <br />+  The container image  | 
| Networking | The network configuration for the service.+  Whether there is a public IP address <br />+  The subnets the tasks run in <br />+  The security groups that control the service traffic  | 
| Launch type | The compute option used for the service. | 
| Fargate-specific properties | When using Fargate, this is information about the Fargate version.+  The platform version and the platform family <br />+  Ephemeral storage   The amount of ephemeral storage to allocate for the deployment.   The KMS key to use for storage encryption.    | 
| Amazon EBS volumes that are configured at deployment | The configuration for a volume specified in the task definition as a volume that is configured at launch time. +  Encrypted <br />Indicates whether the volume is encrypted.  <br />+  File system type <br />The Linux filesystem type for the volume. <br />+  IOPS <br />The number of I/O operations per second (IOPS). <br />+  KMS key <br />+ IAM role <br />The ARN of the IAM role to associate with this volume. <br />+  Size <br />The size of the volume in GiB. <br />+  Snapshot ID <br />The volume snapshot ID. <br />+  Tag specifications <br />The tag configuration for the volume. <br />+  Throughput <br />The throughput provisioned for the volume. <br />+  Volume type <br />The volume type.  | 
|  Service Connect | The Service Connect configuration.+  The indication of whether Service Connect is in use <br />+  The namespace <br />+  The list of interconnected services <br />+  The Service Connect logging configuration  | 
| Service load balancers | The load balancers that route the service traffic.+  The name <br />+  The container name <br />+  The container port <br />+  The target group ARN  | 
| Runtime Monitoring | Indicates if Runtime Monitoring is on. | 
| Creation date | The date the service revision was created. | 
| VPC Lattice | The VPC Lattice configuration for the service revision. | 
| Monitoring | The monitoring configuration for the service, which defines the resolution for the service-level `CPUUtilization` and `MemoryUtilization` CloudWatch metrics.+  Metric names <br />The metrics to collect (`CPUUtilization`, `MemoryUtilization`). <br />+  Resolution (seconds) <br />The metric collection resolution. Valid values are `20` and `60`.  | 