Hi guys,
I'm doing a lab and I want to auto-provisioning an Auto Scaling Group to a SMS.
The ASG and the SMS are in two different AWS accounts, we have connectivity between ASG and SMS, but I have a doubt about the step of add a controller in the CME.
This is my topology:

I will use an IAM user to perform this,
I was reading the documentation https://sc1.checkpoint.com/documents/IaaS/WebAdminGuides/EN/CP_CME/Content/Topics-CME/CME_Structure_... and I tought this command is what I need:
autoprov_cfg add controller AWS -cn <NAME> -r <eu-west-1> -iam -sn <SUB-ACCOUNT-NAME> -sak <SUB-ACCOUNT-ACCESS-KEY> -ssk <SUB-ACCOUNT-SECRET-KEY>
My doubt is: These "-sn <SUB-ACCOUNT-NAME> -sak <SUB-ACCOUNT-ACCESS-KEY> -ssk <SUB-ACCOUNT-SECRET-KEY>" parameters where do I get them from?
I understand -sak and -ssk I can generate them from IAM service like this:

but I don't quite understand if the -sn parameter I have to enter any value or I need something from AWS.
Do you know if is a parameter that I can get from IAM in AWS or is a generic parameter that I can put?