MCPcopy
hub / github.com/aws-actions/configure-aws-credentials / CredentialsClientProps

Interface CredentialsClientProps

src/CredentialsClient.ts:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface CredentialsClientProps {
14 region?: string;
15 proxyServer?: string;
16 noProxy?: string;
17 stsEndpoint?: string;
18 roleChaining: boolean;
19}
20
21export class CredentialsClient {
22 public region?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected