diff --git a/model/clusters_mgmt/v1/aws_type.model b/model/clusters_mgmt/v1/aws_type.model index 25e2091e..7e3f694d 100644 --- a/model/clusters_mgmt/v1/aws_type.model +++ b/model/clusters_mgmt/v1/aws_type.model @@ -70,4 +70,7 @@ struct AWS { // Additional AWS Security Groups to be added to default control plane machine pool. AdditionalControlPlaneSecurityGroupIds []String + + // Additional allowed principal ARNs to be added to the hosted control plane's VPC Endpoint Service. + AdditionalAllowedPrincipals []String }