Skip to main content

nodegroup_arn

Function nodegroup_arn 

Source
pub fn nodegroup_arn(
    region: &str,
    account_id: &str,
    cluster: &str,
    name: &str,
    id: &str,
) -> String
Expand description

Build the ARN for a node group. AWS appends a random UUID segment after nodegroup/{cluster}/{name} so each node group’s ARN is unique even after a delete/recreate.