| Package | Description |
|---|---|
| software.amazon.awscdk.services.sagemaker |
Amazon SageMaker Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnCodeRepository.Builder |
CfnCodeRepository.Builder.codeRepositoryName(String codeRepositoryName)
The name of the Git repository.
|
static CfnCodeRepository.Builder |
CfnCodeRepository.Builder.create(software.constructs.Construct scope,
String id) |
CfnCodeRepository.Builder |
CfnCodeRepository.Builder.gitConfig(CfnCodeRepository.GitConfigProperty gitConfig)
Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS Secrets Manager secret that contains the credentials used to access the repository.
|
CfnCodeRepository.Builder |
CfnCodeRepository.Builder.gitConfig(IResolvable gitConfig)
Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS Secrets Manager secret that contains the credentials used to access the repository.
|
CfnCodeRepository.Builder |
CfnCodeRepository.Builder.tags(List<? extends CfnTag> tags)
List of tags for Code Repository.
|
Copyright © 2022. All rights reserved.