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

     1  
     2  ; Complete CSM profile
     3  [aws_csm]
     4  csm_enabled = true
     5  csm_host = bar
     6  csm_port = 1234
     7  csm_client_id = foo
     8  
     9  ; CSM profile enable only
    10  [aws_csm_enabled]
    11  csm_enabled = true
    12  
    13  ; CSM profile with no properties
    14  [aws_csm_empty]
    15  
    16  ; CSM profile invalid port
    17  [aws_csm_invalidport]
    18  csm_enabled = true
    19  csm_port = onetwothreefour
    20  csm_client_id = foo
    21  
    22  ; Multiple profiles with CSM properties
    23  [aws_csm_1]
    24  csm_enabled = true
    25  csm_host = bar1
    26  csm_port = 1234
    27  csm_client_id = foo
    28  
    29  [aws_csm_2]
    30  csm_enabled = false
    31  csm_host = bar2
    32  csm_port = 5678
    33  csm_client_id = bar