Uses of Interface
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnCodeRepositoryPropsMixin.GitConfigProperty
Packages that use CfnCodeRepositoryPropsMixin.GitConfigProperty
-
Uses of CfnCodeRepositoryPropsMixin.GitConfigProperty in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Classes in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that implement CfnCodeRepositoryPropsMixin.GitConfigPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnCodeRepositoryPropsMixin.GitConfigPropertyMethods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnCodeRepositoryPropsMixin.GitConfigPropertyModifier and TypeMethodDescriptionCfnCodeRepositoryPropsMixin.GitConfigProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker with parameters of type CfnCodeRepositoryPropsMixin.GitConfigPropertyModifier and TypeMethodDescriptionCfnCodeRepositoryMixinProps.Builder.gitConfig(CfnCodeRepositoryPropsMixin.GitConfigProperty gitConfig) Sets the value ofCfnCodeRepositoryMixinProps.getGitConfig()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.