File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
models/apis/kms/2014-11-01 Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 88
88
"input" : {
89
89
"CustomKeyStoreName" : " ExampleVPCEndpointKeyStore" ,
90
90
"CustomKeyStoreType" : " EXTERNAL_KEY_STORE" ,
91
- "XksProxyAuthenticationCredential" : " AccessKeyId=ABCDE12345670EXAMPLE,RawSecretAccessKey=file://SecretAccessKey" ,
91
+ "XksProxyAuthenticationCredential" : {
92
+ "AccessKeyId" : " ABCDE12345670EXAMPLE" ,
93
+ "RawSecretAccessKey" : " file://SecretAccessKey"
94
+ },
92
95
"XksProxyConnectivity" : " VPC_ENDPOINT_SERVICE" ,
93
96
"XksProxyUriEndpoint" : " https://myproxy-private.xks.example.com" ,
94
97
"XksProxyUriPath" : " /example-prefix/kms/xks/v1" ,
119
122
"input" : {
120
123
"CustomKeyStoreName" : " ExamplePublicEndpointKeyStore" ,
121
124
"CustomKeyStoreType" : " EXTERNAL_KEY_STORE" ,
122
- "XksProxyAuthenticationCredential" : " AccessKeyId=ABCDE12345670EXAMPLE,RawSecretAccessKey=file://SecretAccessKey" ,
125
+ "XksProxyAuthenticationCredential" : {
126
+ "AccessKeyId" : " ABCDE12345670EXAMPLE" ,
127
+ "RawSecretAccessKey" : " file://SecretAccessKey"
128
+ },
123
129
"XksProxyConnectivity" : " PUBLIC_ENDPOINT" ,
124
130
"XksProxyUriEndpoint" : " https://myproxy.xks.example.com" ,
125
131
"XksProxyUriPath" : " /kms/xks/v1"
You can’t perform that action at this time.
0 commit comments