Skip to main content
Version: Next

AwsCodeCommitIntegrationConfig

Home > @backstage/integration > AwsCodeCommitIntegrationConfig

The configuration parameters for a single AWS CodeCommit provider.

Signature:

export type AwsCodeCommitIntegrationConfig = {
host: string;
accessKeyId?: string;
secretAccessKey?: string;
roleArn?: string;
externalId?: string;
region: string;
};