externalId property
The external ID associated with the task set.
If a task set is created by an AWS CodeDeploy deployment, the
externalId
parameter contains the AWS CodeDeploy deployment ID.
If a task set is created for an external deployment and is associated with a
service discovery registry, the externalId
parameter contains
the ECS_TASK_SET_EXTERNAL_ID
AWS Cloud Map attribute.
Implementation
final String? externalId;