generative-ts

Interface AwsBedrockAuthConfig

interface AwsBedrockAuthConfig {
    AWS_ACCESS_KEY_ID?: string;
    AWS_REGION: string;
    AWS_SECRET_ACCESS_KEY?: string;
}

Properties

AWS_ACCESS_KEY_ID?: string

The AWS Access Key ID

AWS_REGION: string
AWS_SECRET_ACCESS_KEY?: string

The AWS Secret Access Key