| Package | Description |
|---|---|
| software.amazon.awscdk.services.sagemaker |
Amazon SageMaker Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnCodeRepository.GitConfigProperty.Jsii$Proxy
An implementation for
CfnCodeRepository.GitConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnCodeRepository.GitConfigProperty |
CfnCodeRepository.GitConfigProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
CfnCodeRepositoryProps.Builder |
CfnCodeRepositoryProps.Builder.gitConfig(CfnCodeRepository.GitConfigProperty gitConfig)
Sets the value of
CfnCodeRepositoryProps.getGitConfig() |
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.
|
void |
CfnCodeRepository.setGitConfig(CfnCodeRepository.GitConfigProperty value)
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.
|
Copyright © 2022. All rights reserved.