Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnCodeRepository.GitConfigProperty
-
Uses of CfnCodeRepository.GitConfigProperty in software.amazon.awscdk.services.sagemaker
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnCodeRepository.GitConfigProperty
Modifier and TypeMethodDescriptionCfnCodeRepository.GitConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnCodeRepository.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.CfnCodeRepositoryProps.Builder.gitConfig
(CfnCodeRepository.GitConfigProperty gitConfig) Sets the value ofCfnCodeRepositoryProps.getGitConfig()
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.