defaultCodeRepository property

Output<String?> defaultCodeRepository
latefinal

The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in AWS CodeCommit or in any other Git repository.

Implementation

late final pulumi.Output<String?> defaultCodeRepository;