This repository was archived by the owner on Jul 31, 2025. It is now read-only.
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 8888 "input" : {
8989 "CustomKeyStoreName" : " ExampleVPCEndpointKeyStore" ,
9090 "CustomKeyStoreType" : " EXTERNAL_KEY_STORE" ,
91- "XksProxyAuthenticationCredential" : " AccessKeyId=ABCDE12345670EXAMPLE,RawSecretAccessKey=file://SecretAccessKey" ,
91+ "XksProxyAuthenticationCredential" : {
92+ "AccessKeyId" : " ABCDE12345670EXAMPLE" ,
93+ "RawSecretAccessKey" : " file://SecretAccessKey"
94+ },
9295 "XksProxyConnectivity" : " VPC_ENDPOINT_SERVICE" ,
9396 "XksProxyUriEndpoint" : " https://myproxy-private.xks.example.com" ,
9497 "XksProxyUriPath" : " /example-prefix/kms/xks/v1" ,
119122 "input" : {
120123 "CustomKeyStoreName" : " ExamplePublicEndpointKeyStore" ,
121124 "CustomKeyStoreType" : " EXTERNAL_KEY_STORE" ,
122- "XksProxyAuthenticationCredential" : " AccessKeyId=ABCDE12345670EXAMPLE,RawSecretAccessKey=file://SecretAccessKey" ,
125+ "XksProxyAuthenticationCredential" : {
126+ "AccessKeyId" : " ABCDE12345670EXAMPLE" ,
127+ "RawSecretAccessKey" : " file://SecretAccessKey"
128+ },
123129 "XksProxyConnectivity" : " PUBLIC_ENDPOINT" ,
124130 "XksProxyUriEndpoint" : " https://myproxy.xks.example.com" ,
125131 "XksProxyUriPath" : " /kms/xks/v1"
You can’t perform that action at this time.
0 commit comments