pub fn capability_arn(
region: &str,
account_id: &str,
cluster: &str,
name: &str,
id: &str,
) -> StringExpand description
Build the ARN for a cluster capability. AWS appends a random UUID segment
after capability/{cluster}/{name} so each capability’s ARN is unique.