Interface CfnDomain.CodeRepositoryProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnDomain.CodeRepositoryProperty.Jsii$Proxy
- Enclosing class:
- CfnDomain
@Stability(Stable)
public static interface CfnDomain.CodeRepositoryProperty
extends software.amazon.jsii.JsiiSerializable
A Git repository that SageMaker AI automatically displays to users for cloning in the JupyterServer application.
 
Example:
 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.sagemaker.*;
 CodeRepositoryProperty codeRepositoryProperty = CodeRepositoryProperty.builder()
         .repositoryUrl("repositoryUrl")
         .build();
 - See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomain.CodeRepositoryPropertystatic final classAn implementation forCfnDomain.CodeRepositoryProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getRepositoryUrlThe URL of the Git repository.- See Also:
 
- 
builder
 
-