github.com/aavshr/aws-sdk-go@v1.41.3/aws/session/testdata/credential_source_config_for_windows (about)

     1  [cred_proc_no_arn_set]
     2  credential_process = type .\testdata\test_json.json
     3  
     4  [cred_proc_arn_set]
     5  role_arn = assume_role_w_creds_proc_role_arn
     6  credential_process = type .\testdata\test_json.json
     7  
     8  [chained_cred_proc]
     9  role_arn = assume_role_w_creds_proc_source_prof
    10  source_profile = cred_proc_no_arn_set
    11  
    12  [profile sso_mixed_credproc]
    13  sso_account_id = 012345678901
    14  sso_region = us-west-2
    15  sso_role_name = TestRole
    16  sso_start_url = https://127.0.0.1/start
    17  credential_process = type .\testdata\test_json.json
    18  
    19  [profile sso_mixed_webident]
    20  web_identity_token_file = .\testdata\wit.txt
    21  role_arn = sso_mixed_webident_arn
    22  sso_account_id = 012345678901
    23  sso_region = us-west-2
    24  sso_role_name = TestRole
    25  sso_start_url = https://127.0.0.1/start