serviceArn property
The ARN that identifies the service. The ARN contains the
arn:aws:ecs
namespace, followed by the Region of the service,
the AWS account ID of the service owner, the service
namespace,
and then the service name. For example,
arn:aws:ecs:region:012345678910:service/my-service
.
Implementation
final String? serviceArn;