Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnCodeRepositoryPropsMixin.Builder
Packages that use CfnCodeRepositoryPropsMixin.Builder
-
Uses of CfnCodeRepositoryPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnCodeRepositoryPropsMixin.BuilderModifier and TypeMethodDescriptionCfnCodeRepositoryPropsMixin.Builder.codeRepositoryName(String codeRepositoryName) The name of the Git repository.CfnCodeRepositoryPropsMixin.Builder.create()CfnCodeRepositoryPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnCodeRepositoryPropsMixin.Builder.gitConfig(CfnCodeRepositoryPropsMixin.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.CfnCodeRepositoryPropsMixin.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.List of tags for Code Repository.