@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
11 lines (10 loc) • 395 B
TypeScript
export declare const RepositoryAssociationType: {
readonly CodeCommit: "CodeCommit";
readonly Bitbucket: "Bitbucket";
readonly GitHubEnterpriseServer: "GitHubEnterpriseServer";
readonly S3Bucket: "S3Bucket";
};
/**
* The type of repository to be associated.
*/
export type RepositoryAssociationType = (typeof RepositoryAssociationType)[keyof typeof RepositoryAssociationType];