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