RepositoryAssociation
import type { RepositoryAssociation } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codegurureviewer.ts";interface RepositoryAssociation {
AssociationArn?: string | null;
AssociationId?: string | null;
ConnectionArn?: string | null;
CreatedTimeStamp?: Date | number | null;
KMSKeyDetails?: KMSKeyDetails | null;
LastUpdatedTimeStamp?: Date | number | null;
Name?: string | null;
Owner?: string | null;
ProviderType?: ProviderType | null;
S3RepositoryDetails?: S3RepositoryDetails | null;
State?: RepositoryAssociationState | null;
StateReason?: string | null;
}§Properties
§
KMSKeyDetails?: KMSKeyDetails | null
[src]§
ProviderType?: ProviderType | null
[src]§
S3RepositoryDetails?: S3RepositoryDetails | null
[src]§
State?: RepositoryAssociationState | null
[src]